commandmate 0.30.2 → 0.31.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/.next/BUILD_ID +1 -1
- package/.next/app-build-manifest.json +160 -160
- package/.next/app-path-routes-manifest.json +27 -27
- package/.next/build-manifest.json +2 -2
- package/.next/prerender-manifest.json +9 -9
- package/.next/required-server-files.json +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/api/agents/update/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/agents/versions/route_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 +3 -3
- 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 +4 -4
- 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/capabilities/route.js +1 -1
- package/.next/server/app/api/capabilities/route_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +1 -1
- package/.next/server/app/api/external-apps/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/fs/browse/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/fs/recent-paths/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/hooks/agent-event/route.js +1 -1
- package/.next/server/app/api/hooks/agent-event/route.js.nft.json +1 -1
- package/.next/server/app/api/hooks/agent-event/route_client-reference-manifest.js +1 -1
- 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/hooks/permission-request/route.js +1 -1
- package/.next/server/app/api/hooks/permission-request/route.js.nft.json +1 -1
- package/.next/server/app/api/hooks/permission-request/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/metrics/vibe/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/escalation/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/push/subscriptions/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/push/vapid/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/remote/pair/route_client-reference-manifest.js +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_client-reference-manifest.js +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_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_client-reference-manifest.js +1 -1
- package/.next/server/app/api/settings/default-agents/route.js +1 -1
- package/.next/server/app/api/settings/default-agents/route.js.nft.json +1 -1
- package/.next/server/app/api/settings/default-agents/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/settings/default-surface-mode/route_client-reference-manifest.js +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_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/installations/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/operations/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/reindex/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/route.js +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_client-reference-manifest.js +1 -1
- package/.next/server/app/api/tasks/[taskId]/cancel/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/tasks/[taskId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/templates/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/templates/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/todos/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/verification/runs/[runId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/verification/runs/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]/clear-composer/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/clear-composer/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/clear-composer/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/cli-reference/route_client-reference-manifest.js +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_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]/env/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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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]/instances/opencode/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/instances/opencode/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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/messages/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/opencode/diff/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/opencode/session/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/opencode/share/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]/resolve-target/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 +4 -3
- 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_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/route.js +4 -3
- package/.next/server/app/api/worktrees/[id]/schedules/route_client-reference-manifest.js +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 +2 -2
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update-plan/route_client-reference-manifest.js +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_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]/tasks/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_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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/verify/config/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/verify/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/verify/runs/[runId]/cancel/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/verify/runs/[runId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/verify/runs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/viewed/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/apply-default-agents/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 +2 -2
- 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 +2 -2
- package/.next/server/app/more/page.js.nft.json +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.js +1 -1
- package/.next/server/app/page.js.nft.json +1 -1
- package/.next/server/app/page_client-reference-manifest.js +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.js.nft.json +1 -1
- package/.next/server/app/repositories/page_client-reference-manifest.js +1 -1
- package/.next/server/app/review/page.js +1 -1
- package/.next/server/app/review/page.js.nft.json +1 -1
- package/.next/server/app/review/page_client-reference-manifest.js +1 -1
- package/.next/server/app/sessions/page.js +1 -1
- package/.next/server/app/sessions/page.js.nft.json +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 -2
- package/.next/server/app/skills/installed/page.js.nft.json +1 -1
- package/.next/server/app/skills/installed/page_client-reference-manifest.js +1 -1
- package/.next/server/app/skills/page.js +1 -1
- 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_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/page.js +10 -10
- 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 +27 -27
- package/.next/server/chunks/1058.js +1 -1
- package/.next/server/chunks/1068.js +1 -1
- package/.next/server/chunks/1262.js +1 -1
- package/.next/server/chunks/1886.js +3 -3
- package/.next/server/chunks/1990.js +103 -0
- package/.next/server/chunks/2119.js +1 -1
- package/.next/server/chunks/2328.js +1 -1
- package/.next/server/chunks/2404.js +1 -1
- package/.next/server/chunks/2445.js +1 -1
- package/.next/server/chunks/261.js +1 -1
- package/.next/server/chunks/3123.js +1 -1
- package/.next/server/chunks/3241.js +1 -1
- package/.next/server/chunks/3480.js +5 -4
- package/.next/server/chunks/4299.js +1 -1
- package/.next/server/chunks/4393.js +1 -1
- package/.next/server/chunks/4443.js +1 -5
- package/.next/server/chunks/5017.js +1 -1
- package/.next/server/chunks/5043.js +1 -1
- package/.next/server/chunks/5164.js +1 -1
- package/.next/server/chunks/552.js +2 -2
- package/.next/server/chunks/6072.js +1 -1
- package/.next/server/chunks/6130.js +1 -1
- package/.next/server/chunks/663.js +4 -3
- package/.next/server/chunks/6894.js +2 -2
- package/.next/server/chunks/7187.js +1 -0
- package/.next/server/chunks/7472.js +1 -1
- package/.next/server/chunks/{880.js → 7859.js} +6 -6
- package/.next/server/chunks/7905.js +1 -1
- package/.next/server/chunks/8800.js +2 -2
- package/.next/server/chunks/8918.js +7 -0
- package/.next/server/chunks/9123.js +2 -2
- package/.next/server/chunks/9130.js +4 -4
- package/.next/server/chunks/9627.js +1 -1
- package/.next/server/chunks/9696.js +1 -1
- package/.next/server/chunks/9798.js +1 -1
- package/.next/server/middleware-manifest.json +5 -5
- package/.next/server/pages/500.html +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/1783-11c9b4d8a52ebd91.js +1 -0
- package/.next/static/chunks/4718-de1224c9e8a6e7fc.js +1 -0
- package/.next/static/chunks/6022-2fa0b5a82d4ce7b6.js +1 -0
- package/.next/static/chunks/{5229-6c89475b61bd2c8b.js → 6170-951b9f5fe6b4b3b5.js} +1 -1
- package/.next/static/chunks/app/chat/{page-9aa2011410895b0d.js → page-37d7615d17d7e2a0.js} +1 -1
- package/.next/static/chunks/app/layout-4c2f21e3f653ee4c.js +1 -0
- package/.next/static/chunks/app/more/{page-333bba1c8bbc9c11.js → page-353a3924e6d7968e.js} +1 -1
- package/.next/static/chunks/app/{page-214f7ffa13a0cf10.js → page-c2bf871d953a1d6f.js} +1 -1
- package/.next/static/chunks/app/repositories/{page-4951cac905e50224.js → page-7d0f26df0537254c.js} +1 -1
- package/.next/static/chunks/app/review/{page-a0899b2d285318c3.js → page-e3f141b2829973e9.js} +1 -1
- package/.next/static/chunks/app/sessions/{page-fb36145ec732092a.js → page-53f188ed9ca49e5f.js} +1 -1
- package/.next/static/chunks/app/skills/[skillId]/{page-9099e26b60442873.js → page-80569b720aea59cc.js} +1 -1
- package/.next/static/chunks/app/skills/installed/{page-182e32368696d824.js → page-dbd2690ad72da95b.js} +1 -1
- package/.next/static/chunks/app/skills/{page-d3fdc88239ebe0ab.js → page-dacd36f9c11aa7da.js} +1 -1
- package/.next/static/chunks/app/worktrees/[id]/page-97205088520255a5.js +1 -0
- package/.next/static/css/5c13ea243dfdcb66.css +1 -0
- package/.next/trace +13 -13
- package/README.md +37 -11
- package/dist/cli/commands/attach.d.ts +50 -0
- package/dist/cli/commands/attach.d.ts.map +1 -0
- package/dist/cli/commands/attach.js +204 -0
- package/dist/cli/commands/capture.d.ts.map +1 -1
- package/dist/cli/commands/capture.js +114 -0
- package/dist/cli/commands/instances.d.ts.map +1 -1
- package/dist/cli/commands/instances.js +23 -2
- package/dist/cli/commands/ls.d.ts.map +1 -1
- package/dist/cli/commands/ls.js +41 -1
- package/dist/cli/config/cli-dependencies.d.ts.map +1 -1
- package/dist/cli/config/cli-dependencies.js +34 -0
- package/dist/cli/program.d.ts.map +1 -1
- package/dist/cli/program.js +5 -0
- package/dist/cli/types/index.d.ts +36 -0
- package/dist/cli/types/index.d.ts.map +1 -1
- package/dist/config/tmux-pane-config.d.ts +153 -0
- package/dist/config/tmux-pane-config.d.ts.map +1 -0
- package/dist/config/tmux-pane-config.js +172 -0
- package/dist/lib/cli-tools/session-name.d.ts +44 -0
- package/dist/lib/cli-tools/session-name.d.ts.map +1 -0
- package/dist/lib/cli-tools/session-name.js +57 -0
- package/dist/lib/cli-tools/types.d.ts +1 -1
- package/dist/lib/cli-tools/types.d.ts.map +1 -1
- package/dist/lib/cli-tools/types.js +6 -1
- package/dist/lib/cli-tools/validation.d.ts +34 -0
- package/dist/lib/cli-tools/validation.d.ts.map +1 -0
- package/dist/lib/cli-tools/validation.js +41 -0
- package/dist/lib/detection/status-reason.d.ts +18 -0
- package/dist/lib/detection/status-reason.d.ts.map +1 -1
- package/dist/lib/detection/status-reason.js +18 -0
- package/dist/lib/detection/tools/verified-against.d.ts +57 -7
- package/dist/lib/detection/tools/verified-against.d.ts.map +1 -1
- package/dist/lib/detection/tools/verified-against.js +59 -8
- package/dist/lib/detection/version-probes.d.ts +26 -5
- package/dist/lib/detection/version-probes.d.ts.map +1 -1
- package/dist/lib/detection/version-probes.js +28 -6
- package/dist/lib/session/tmux-session-surface.d.ts +369 -0
- package/dist/lib/session/tmux-session-surface.d.ts.map +1 -0
- package/dist/lib/session/tmux-session-surface.js +525 -0
- package/dist/server/src/config/cli-tool-timing-config.js +12 -1
- package/dist/server/src/config/detection-evidence-config.js +5 -0
- package/dist/server/src/config/schedule-config.js +28 -1
- package/dist/server/src/lib/cli-tools/antigravity.js +2 -2
- package/dist/server/src/lib/cli-tools/base.js +13 -8
- package/dist/server/src/lib/cli-tools/claude.js +20 -0
- package/dist/server/src/lib/cli-tools/codex.js +205 -61
- package/dist/server/src/lib/cli-tools/command-code.js +349 -0
- package/dist/server/src/lib/cli-tools/composer-spec.js +6 -0
- package/dist/server/src/lib/cli-tools/copilot.js +2 -2
- package/dist/server/src/lib/cli-tools/gemini.js +2 -2
- package/dist/server/src/lib/cli-tools/graceful-exit.js +16 -1
- package/dist/server/src/lib/cli-tools/index.js +4 -1
- package/dist/server/src/lib/cli-tools/install-hints.js +131 -0
- package/dist/server/src/lib/cli-tools/liveness-spec.js +18 -0
- package/dist/server/src/lib/cli-tools/manager.js +2 -0
- package/dist/server/src/lib/cli-tools/opencode.js +2 -2
- package/dist/server/src/lib/cli-tools/start-availability.js +18 -11
- package/dist/server/src/lib/cli-tools/types.js +6 -1
- package/dist/server/src/lib/cli-tools/vibe-local.js +2 -2
- package/dist/server/src/lib/cmate-parser.js +6 -0
- package/dist/server/src/lib/detection/cli-patterns.js +441 -8
- package/dist/server/src/lib/detection/opencode-modal-overlay.js +66 -100
- package/dist/server/src/lib/detection/selection-shape.js +341 -0
- package/dist/server/src/lib/detection/sgr-background.js +210 -0
- package/dist/server/src/lib/detection/status-detector.js +6 -0
- package/dist/server/src/lib/detection/status-reason.js +18 -0
- package/dist/server/src/lib/detection/tools/antigravity/detect.js +38 -15
- package/dist/server/src/lib/detection/tools/codex/cli-patterns.js +392 -0
- package/dist/server/src/lib/detection/tools/codex/detect.js +83 -2
- package/dist/server/src/lib/detection/tools/command-code/detect.js +159 -0
- package/dist/server/src/lib/detection/tools/registry.js +6 -4
- package/dist/server/src/lib/detection/tools/verified-against.js +59 -8
- package/dist/server/src/lib/detection/version-probes.js +28 -6
- package/dist/server/src/lib/hooks/sources/antigravity/history.js +77 -16
- package/dist/server/src/lib/hooks/sources/claude/history.js +94 -18
- package/dist/server/src/lib/hooks/sources/codex/history.js +84 -15
- package/dist/server/src/lib/hooks/sources/codex/hooks-config.js +130 -17
- package/dist/server/src/lib/hooks/sources/codex/relay-install.js +145 -0
- package/dist/server/src/lib/hooks/sources/command-code/history.js +865 -0
- package/dist/server/src/lib/hooks/sources/command-code/hooks-config.js +390 -0
- package/dist/server/src/lib/hooks/sources/command-code/source.js +290 -0
- package/dist/server/src/lib/hooks/sources/command-code/tool-id.js +18 -0
- package/dist/server/src/lib/hooks/sources/command-code/transcript.js +604 -0
- package/dist/server/src/lib/hooks/sources/index.js +3 -1
- package/dist/server/src/lib/hooks/sources/opencode/history.js +57 -3
- package/dist/server/src/lib/hooks/sources/opencode/transcript.js +24 -28
- package/dist/server/src/lib/hooks/sources/registry.js +4 -0
- package/dist/server/src/lib/hooks/sources/turn-body.js +77 -19
- package/dist/server/src/lib/job-executor.js +12 -0
- package/dist/server/src/lib/polling/auto-yes-dialog-gate.js +6 -0
- package/dist/server/src/lib/polling/response-checker.js +112 -7
- package/dist/server/src/lib/polling/structured-history-gate.js +15 -8
- package/dist/server/src/lib/realtime/types.js +15 -5
- package/dist/server/src/lib/response-cleaner.js +24 -1
- package/dist/server/src/lib/response-extractor.js +11 -0
- package/dist/server/src/lib/session/claude-executor.js +223 -4
- package/dist/server/src/lib/session/cli-session.js +52 -0
- package/dist/server/src/lib/session/tmux-session-surface.js +525 -0
- package/dist/server/src/lib/skills/compatibility-matrix.js +117 -1
- package/dist/server/src/lib/tmux/geometry-delegation.js +143 -0
- package/dist/server/src/lib/tmux/read-mode-pager.js +76 -10
- package/dist/server/src/lib/tmux/read-mode.js +44 -2
- package/dist/server/src/lib/tmux/session-hook-scripts.js +249 -0
- package/dist/server/src/lib/tmux/session-hooks.js +122 -0
- package/dist/server/src/lib/tmux/session-status-options.js +213 -0
- package/dist/server/src/lib/tmux/tmux.js +79 -2
- package/dist/server/src/lib/version-checker.js +110 -0
- package/dist/server/src/lib/ws-server.js +16 -10
- package/dist/server/src/types/agent-transcript.js +73 -1
- package/dist/server/src/types/terminal-keys.js +131 -3
- package/dist/types/terminal-keys.d.ts +100 -3
- package/dist/types/terminal-keys.d.ts.map +1 -1
- package/dist/types/terminal-keys.js +131 -3
- package/package.json +1 -1
- package/.next/server/chunks/3099.js +0 -5
- package/.next/server/chunks/7824.js +0 -1
- package/.next/static/chunks/3916-0e929d089282dc5d.js +0 -1
- package/.next/static/chunks/6022-7a7d1760fc9814c7.js +0 -1
- package/.next/static/chunks/6381-147dde2a967e9458.js +0 -1
- package/.next/static/chunks/app/layout-6a26ea22d5cf03dc.js +0 -1
- package/.next/static/chunks/app/worktrees/[id]/page-2f73d69187936627.js +0 -1
- package/.next/static/css/23f9c40ecc458c77.css +0 -1
- /package/.next/static/{QXxQbXWoo7ldUyOcv7PCZ → nXW4dPkpE_9xUf_9ySRff}/_buildManifest.js +0 -0
- /package/.next/static/{QXxQbXWoo7ldUyOcv7PCZ → nXW4dPkpE_9xUf_9ySRff}/_ssgManifest.js +0 -0
package/.next/trace
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
[{"name":"generate-buildid","duration":223,"timestamp":1281282824,"id":4,"parentId":1,"tags":{},"startTime":1788408890764,"traceId":"f8ee3c2c840576b9"},{"name":"load-custom-routes","duration":1725,"timestamp":1281283145,"id":5,"parentId":1,"tags":{},"startTime":1788408890765,"traceId":"f8ee3c2c840576b9"},{"name":"create-dist-dir","duration":19742,"timestamp":1281366228,"id":6,"parentId":1,"tags":{},"startTime":1788408890848,"traceId":"f8ee3c2c840576b9"},{"name":"create-pages-mapping","duration":178,"timestamp":1281435315,"id":7,"parentId":1,"tags":{},"startTime":1788408890917,"traceId":"f8ee3c2c840576b9"},{"name":"collect-app-files","duration":6879,"timestamp":1281435523,"id":8,"parentId":1,"tags":{},"startTime":1788408890917,"traceId":"f8ee3c2c840576b9"},{"name":"create-app-mapping","duration":18877,"timestamp":1281442426,"id":9,"parentId":1,"tags":{},"startTime":1788408890924,"traceId":"f8ee3c2c840576b9"},{"name":"create-app-layouts","duration":124,"timestamp":1281461333,"id":10,"parentId":1,"tags":{},"startTime":1788408890943,"traceId":"f8ee3c2c840576b9"},{"name":"collect-default-files","duration":3402,"timestamp":1281463515,"id":12,"parentId":1,"tags":{},"startTime":1788408890945,"traceId":"f8ee3c2c840576b9"},{"name":"generate-route-types","duration":25338,"timestamp":1281462579,"id":11,"parentId":1,"tags":{},"startTime":1788408890944,"traceId":"f8ee3c2c840576b9"},{"name":"public-dir-conflict-check","duration":456,"timestamp":1281487974,"id":13,"parentId":1,"tags":{},"startTime":1788408890970,"traceId":"f8ee3c2c840576b9"},{"name":"generate-routes-manifest","duration":4373,"timestamp":1281488584,"id":14,"parentId":1,"tags":{},"startTime":1788408890970,"traceId":"f8ee3c2c840576b9"},{"name":"create-entrypoints","duration":84686,"timestamp":1281499750,"id":17,"parentId":1,"tags":{},"startTime":1788408890981,"traceId":"f8ee3c2c840576b9"},{"name":"generate-webpack-config","duration":253032,"timestamp":1281584479,"id":18,"parentId":16,"tags":{},"startTime":1788408891066,"traceId":"f8ee3c2c840576b9"},{"name":"next-trace-entrypoint-plugin","duration":1980,"timestamp":1281934797,"id":20,"parentId":19,"tags":{},"startTime":1788408891416,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":2401637,"timestamp":1281945186,"id":131,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":2434951,"timestamp":1281945170,"id":125,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":2434970,"timestamp":1281945172,"id":126,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":2434973,"timestamp":1281945175,"id":127,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":2434972,"timestamp":1281945180,"id":129,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":2843287,"timestamp":1281945161,"id":122,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":2910674,"timestamp":1281945167,"id":124,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":2926105,"timestamp":1281945198,"id":136,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":2933132,"timestamp":1281945204,"id":138,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":3010656,"timestamp":1281945262,"id":157,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":3662164,"timestamp":1281945207,"id":139,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":3662179,"timestamp":1281945213,"id":141,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":3662184,"timestamp":1281945219,"id":143,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":3677265,"timestamp":1281945216,"id":142,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":3677266,"timestamp":1281945232,"id":148,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsettings%2Fdefault-agents%2Froute&name=app%2Fapi%2Fsettings%2Fdefault-agents%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsettings%2Fdefault-agents%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsettings%2Fdefault-agents%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":3677269,"timestamp":1281945235,"id":149,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsettings%2Fdefault-surface-mode%2Froute&name=app%2Fapi%2Fsettings%2Fdefault-surface-mode%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsettings%2Fdefault-surface-mode%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsettings%2Fdefault-surface-mode%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":3677265,"timestamp":1281945245,"id":151,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":3710365,"timestamp":1281945227,"id":146,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":3739632,"timestamp":1281945259,"id":156,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":3825405,"timestamp":1281945209,"id":140,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":3825401,"timestamp":1281945240,"id":150,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":3825598,"timestamp":1281945230,"id":147,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fremote%2Fpair%2Froute&name=app%2Fapi%2Fremote%2Fpair%2Froute&pagePath=private-next-app-dir%2Fapi%2Fremote%2Fpair%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fremote%2Fpair%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":3838168,"timestamp":1281945293,"id":168,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":3922218,"timestamp":1281945178,"id":128,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4076441,"timestamp":1281945267,"id":159,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4114245,"timestamp":1281945201,"id":137,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcapabilities%2Froute&name=app%2Fapi%2Fcapabilities%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcapabilities%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcapabilities%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4114272,"timestamp":1281945196,"id":135,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4114451,"timestamp":1281945251,"id":153,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4114425,"timestamp":1281945287,"id":166,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4144811,"timestamp":1281945257,"id":155,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4144836,"timestamp":1281945248,"id":152,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4144836,"timestamp":1281945254,"id":154,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4148063,"timestamp":1281945188,"id":132,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagents%2Fversions%2Froute&name=app%2Fapi%2Fagents%2Fversions%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagents%2Fversions%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fagents%2Fversions%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4148071,"timestamp":1281945193,"id":134,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagents%2Fupdate%2Froute&name=app%2Fapi%2Fagents%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagents%2Fupdate%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fagents%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170604,"timestamp":1281944928,"id":69,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170613,"timestamp":1281944931,"id":70,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170613,"timestamp":1281944934,"id":71,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170613,"timestamp":1281944937,"id":72,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170613,"timestamp":1281944940,"id":73,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170612,"timestamp":1281944942,"id":74,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170611,"timestamp":1281944946,"id":75,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170610,"timestamp":1281944948,"id":76,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170610,"timestamp":1281944951,"id":77,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170609,"timestamp":1281944954,"id":78,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170609,"timestamp":1281944957,"id":79,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170608,"timestamp":1281944960,"id":80,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170607,"timestamp":1281944963,"id":81,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170604,"timestamp":1281944968,"id":82,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170534,"timestamp":1281945040,"id":83,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170528,"timestamp":1281945049,"id":84,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170526,"timestamp":1281945052,"id":85,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170523,"timestamp":1281945057,"id":86,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170521,"timestamp":1281945061,"id":87,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170520,"timestamp":1281945064,"id":88,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170517,"timestamp":1281945070,"id":90,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170516,"timestamp":1281945073,"id":91,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170512,"timestamp":1281945078,"id":93,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170511,"timestamp":1281945081,"id":94,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170511,"timestamp":1281945084,"id":95,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170510,"timestamp":1281945087,"id":96,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fdiff%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fdiff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fdiff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fdiff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170509,"timestamp":1281945090,"id":97,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fsession%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fsession%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fsession%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fsession%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170508,"timestamp":1281945092,"id":98,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fshare%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fshare%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fshare%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fshare%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170496,"timestamp":1281945106,"id":103,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170496,"timestamp":1281945109,"id":104,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170495,"timestamp":1281945112,"id":105,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170492,"timestamp":1281945117,"id":106,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170491,"timestamp":1281945120,"id":107,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170488,"timestamp":1281945126,"id":109,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170484,"timestamp":1281945131,"id":111,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170484,"timestamp":1281945134,"id":112,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170483,"timestamp":1281945137,"id":113,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170482,"timestamp":1281945139,"id":114,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170481,"timestamp":1281945142,"id":115,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170481,"timestamp":1281945145,"id":116,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170480,"timestamp":1281945148,"id":117,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4170479,"timestamp":1281945151,"id":118,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4175148,"timestamp":1281945270,"id":160,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4175150,"timestamp":1281945282,"id":164,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4193999,"timestamp":1281945276,"id":162,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4259971,"timestamp":1281944584,"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":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4259806,"timestamp":1281944766,"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":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4259751,"timestamp":1281944824,"id":36,"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":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4259658,"timestamp":1281944920,"id":66,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4259657,"timestamp":1281944923,"id":67,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4259657,"timestamp":1281944926,"id":68,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4300403,"timestamp":1281945098,"id":100,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fresolve-target%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fresolve-target%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fresolve-target%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fresolve-target%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4300227,"timestamp":1281945290,"id":167,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2Fapply-default-agents%2Froute&name=app%2Fapi%2Fworktrees%2Fapply-default-agents%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2Fapply-default-agents%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2Fapply-default-agents%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"}]
|
|
2
|
-
[{"name":"add-entry","duration":4422662,"timestamp":1281945273,"id":161,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4422673,"timestamp":1281945279,"id":163,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate-plan%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate-plan%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate-plan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate-plan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4422673,"timestamp":1281945284,"id":165,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4422666,"timestamp":1281945296,"id":169,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4474242,"timestamp":1281944572,"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":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4487027,"timestamp":1281945067,"id":89,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finstances%2Fopencode%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Finstances%2Fopencode%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Finstances%2Fopencode%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finstances%2Fopencode%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4486987,"timestamp":1281945123,"id":108,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4550645,"timestamp":1281945301,"id":171,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4558674,"timestamp":1281945191,"id":133,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4582602,"timestamp":1281945103,"id":102,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4582425,"timestamp":1281945298,"id":170,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4594642,"timestamp":1281945183,"id":130,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4600731,"timestamp":1281945095,"id":99,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4600741,"timestamp":1281945101,"id":101,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4611483,"timestamp":1281945265,"id":158,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4618331,"timestamp":1281945129,"id":110,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftasks%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftasks%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftasks%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftasks%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4618324,"timestamp":1281945153,"id":119,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fconfig%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fconfig%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fconfig%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fconfig%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4622401,"timestamp":1281944864,"id":48,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4623799,"timestamp":1281945075,"id":92,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4658447,"timestamp":1281945221,"id":144,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4658462,"timestamp":1281945224,"id":145,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush%2Fescalation%2Froute&name=app%2Fapi%2Fpush%2Fescalation%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush%2Fescalation%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush%2Fescalation%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4658535,"timestamp":1281945156,"id":120,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4658531,"timestamp":1281945164,"id":123,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Fcancel%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Fcancel%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Fcancel%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Fcancel%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4663878,"timestamp":1281944073,"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":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4662660,"timestamp":1281945304,"id":172,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4662662,"timestamp":1281945307,"id":173,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4662662,"timestamp":1281945310,"id":174,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4662662,"timestamp":1281945313,"id":175,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4662662,"timestamp":1281945315,"id":176,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4662662,"timestamp":1281945318,"id":177,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4662663,"timestamp":1281945321,"id":178,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4662663,"timestamp":1281945323,"id":179,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4662664,"timestamp":1281945326,"id":180,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4662664,"timestamp":1281945328,"id":181,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4662664,"timestamp":1281945331,"id":182,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4662664,"timestamp":1281945333,"id":183,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4662665,"timestamp":1281945336,"id":184,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4662665,"timestamp":1281945338,"id":185,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675993,"timestamp":1281944490,"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":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675978,"timestamp":1281944516,"id":24,"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":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675956,"timestamp":1281944541,"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":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675949,"timestamp":1281944550,"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":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675941,"timestamp":1281944560,"id":28,"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":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675975,"timestamp":1281944529,"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":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675347,"timestamp":1281945159,"id":121,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675704,"timestamp":1281944805,"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":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675697,"timestamp":1281944814,"id":33,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhooks%2Fagent-event%2Froute&name=app%2Fapi%2Fhooks%2Fagent-event%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhooks%2Fagent-event%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fhooks%2Fagent-event%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675701,"timestamp":1281944818,"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":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675693,"timestamp":1281944828,"id":37,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmetrics%2Fvibe%2Froute&name=app%2Fapi%2Fmetrics%2Fvibe%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmetrics%2Fvibe%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmetrics%2Fvibe%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675702,"timestamp":1281944821,"id":35,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhooks%2Fpermission-request%2Froute&name=app%2Fapi%2Fhooks%2Fpermission-request%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhooks%2Fpermission-request%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fhooks%2Fpermission-request%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675670,"timestamp":1281944855,"id":45,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675688,"timestamp":1281944839,"id":40,"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":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675694,"timestamp":1281944835,"id":39,"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":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675699,"timestamp":1281944832,"id":38,"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":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675687,"timestamp":1281944846,"id":42,"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":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675693,"timestamp":1281944842,"id":41,"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":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675685,"timestamp":1281944852,"id":44,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675678,"timestamp":1281944861,"id":47,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675692,"timestamp":1281944848,"id":43,"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":1788408891426,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675684,"timestamp":1281944858,"id":46,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675668,"timestamp":1281944876,"id":52,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675676,"timestamp":1281944870,"id":50,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675675,"timestamp":1281944873,"id":51,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftasks%2F%5BtaskId%5D%2Froute&name=app%2Fapi%2Ftasks%2F%5BtaskId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftasks%2F%5BtaskId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftasks%2F%5BtaskId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675684,"timestamp":1281944867,"id":49,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftasks%2F%5BtaskId%5D%2Fcancel%2Froute&name=app%2Fapi%2Ftasks%2F%5BtaskId%5D%2Fcancel%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftasks%2F%5BtaskId%5D%2Fcancel%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftasks%2F%5BtaskId%5D%2Fcancel%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675666,"timestamp":1281944886,"id":55,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675672,"timestamp":1281944883,"id":54,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fverification%2Fruns%2Froute&name=app%2Fapi%2Fverification%2Fruns%2Froute&pagePath=private-next-app-dir%2Fapi%2Fverification%2Fruns%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fverification%2Fruns%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675677,"timestamp":1281944879,"id":53,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fverification%2Fruns%2F%5BrunId%5D%2Froute&name=app%2Fapi%2Fverification%2Fruns%2F%5BrunId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fverification%2Fruns%2F%5BrunId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fverification%2Fruns%2F%5BrunId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675669,"timestamp":1281944889,"id":56,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675667,"timestamp":1281944892,"id":57,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fclear-composer%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fclear-composer%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fclear-composer%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fclear-composer%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675666,"timestamp":1281944895,"id":58,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-reference%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-reference%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-reference%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-reference%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675665,"timestamp":1281944898,"id":59,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675664,"timestamp":1281944901,"id":60,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675663,"timestamp":1281944904,"id":61,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675663,"timestamp":1281944907,"id":62,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fenv%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fenv%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fenv%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fenv%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675658,"timestamp":1281944913,"id":64,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675664,"timestamp":1281944909,"id":63,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":4675658,"timestamp":1281944917,"id":65,"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":1788408891427,"traceId":"f8ee3c2c840576b9"},{"name":"make","duration":7677350,"timestamp":1281943733,"id":21,"parentId":19,"tags":{},"startTime":1788408891425,"traceId":"f8ee3c2c840576b9"},{"name":"get-entries","duration":5720,"timestamp":1289622428,"id":1045,"parentId":1044,"tags":{},"startTime":1788408899104,"traceId":"f8ee3c2c840576b9"},{"name":"node-file-trace-plugin","duration":11600059,"timestamp":1289652049,"id":1046,"parentId":1044,"tags":{"traceEntryCount":"324"},"startTime":1788408899134,"traceId":"f8ee3c2c840576b9"},{"name":"collect-traced-files","duration":213604,"timestamp":1301252124,"id":1047,"parentId":1044,"tags":{},"startTime":1788408910734,"traceId":"f8ee3c2c840576b9"},{"name":"finish-modules","duration":11843515,"timestamp":1289622232,"id":1044,"parentId":20,"tags":{},"startTime":1788408899104,"traceId":"f8ee3c2c840576b9"},{"name":"chunk-graph","duration":182754,"timestamp":1302003659,"id":1049,"parentId":1048,"tags":{},"startTime":1788408911485,"traceId":"f8ee3c2c840576b9"},{"name":"optimize-modules","duration":29,"timestamp":1302186555,"id":1051,"parentId":1048,"tags":{},"startTime":1788408911668,"traceId":"f8ee3c2c840576b9"},{"name":"optimize-chunks","duration":199027,"timestamp":1302186668,"id":1052,"parentId":1048,"tags":{},"startTime":1788408911668,"traceId":"f8ee3c2c840576b9"},{"name":"optimize-tree","duration":138,"timestamp":1302385809,"id":1053,"parentId":1048,"tags":{},"startTime":1788408911867,"traceId":"f8ee3c2c840576b9"},{"name":"optimize-chunk-modules","duration":244533,"timestamp":1302386105,"id":1054,"parentId":1048,"tags":{},"startTime":1788408911868,"traceId":"f8ee3c2c840576b9"},{"name":"optimize","duration":444264,"timestamp":1302186497,"id":1050,"parentId":1048,"tags":{},"startTime":1788408911668,"traceId":"f8ee3c2c840576b9"},{"name":"module-hash","duration":141586,"timestamp":1302728848,"id":1055,"parentId":1048,"tags":{},"startTime":1788408912210,"traceId":"f8ee3c2c840576b9"},{"name":"code-generation","duration":24260,"timestamp":1302870522,"id":1056,"parentId":1048,"tags":{},"startTime":1788408912352,"traceId":"f8ee3c2c840576b9"},{"name":"hash","duration":29694,"timestamp":1302910468,"id":1057,"parentId":1048,"tags":{},"startTime":1788408912392,"traceId":"f8ee3c2c840576b9"},{"name":"code-generation-jobs","duration":429,"timestamp":1302940156,"id":1058,"parentId":1048,"tags":{},"startTime":1788408912422,"traceId":"f8ee3c2c840576b9"},{"name":"module-assets","duration":2429,"timestamp":1302940419,"id":1059,"parentId":1048,"tags":{},"startTime":1788408912422,"traceId":"f8ee3c2c840576b9"},{"name":"create-chunk-assets","duration":4605,"timestamp":1302942870,"id":1060,"parentId":1048,"tags":{},"startTime":1788408912425,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1266,"timestamp":1302975254,"id":1062,"parentId":1061,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1100,"timestamp":1302975432,"id":1063,"parentId":1061,"tags":{"name":"../app/api/assistant/conversation/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1091,"timestamp":1302975444,"id":1064,"parentId":1061,"tags":{"name":"../app/api/assistant/current-output/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1084,"timestamp":1302975452,"id":1065,"parentId":1061,"tags":{"name":"../app/api/assistant/messages/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1080,"timestamp":1302975457,"id":1066,"parentId":1061,"tags":{"name":"../app/api/assistant/session/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1076,"timestamp":1302975462,"id":1067,"parentId":1061,"tags":{"name":"../app/api/assistant/start/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1072,"timestamp":1302975468,"id":1068,"parentId":1061,"tags":{"name":"../app/api/assistant/terminal/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"}]
|
|
3
|
-
[{"name":"minify-js","duration":1333,"timestamp":1302975474,"id":1069,"parentId":1061,"tags":{"name":"../app/api/assistant/tools/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1332,"timestamp":1302975480,"id":1070,"parentId":1061,"tags":{"name":"../app/api/auth/login/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1285,"timestamp":1302975528,"id":1071,"parentId":1061,"tags":{"name":"../app/api/auth/logout/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1268,"timestamp":1302975547,"id":1072,"parentId":1061,"tags":{"name":"../app/api/daily-summary/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1260,"timestamp":1302975557,"id":1073,"parentId":1061,"tags":{"name":"../app/api/hooks/agent-event/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1256,"timestamp":1302975562,"id":1074,"parentId":1061,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1253,"timestamp":1302975566,"id":1075,"parentId":1061,"tags":{"name":"../app/api/hooks/permission-request/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1249,"timestamp":1302975571,"id":1076,"parentId":1061,"tags":{"name":"../app/api/ollama/models/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1246,"timestamp":1302975576,"id":1077,"parentId":1061,"tags":{"name":"../app/api/metrics/vibe/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1242,"timestamp":1302975582,"id":1078,"parentId":1061,"tags":{"name":"../app/api/repositories/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1239,"timestamp":1302975586,"id":1079,"parentId":1061,"tags":{"name":"../app/api/repositories/[id]/todos/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1237,"timestamp":1302975589,"id":1080,"parentId":1061,"tags":{"name":"../app/api/repositories/[id]/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1234,"timestamp":1302975594,"id":1081,"parentId":1061,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1232,"timestamp":1302975597,"id":1082,"parentId":1061,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1229,"timestamp":1302975601,"id":1083,"parentId":1061,"tags":{"name":"../app/api/repositories/excluded/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1226,"timestamp":1302975606,"id":1084,"parentId":1061,"tags":{"name":"../app/api/repositories/restore/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1223,"timestamp":1302975610,"id":1085,"parentId":1061,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1220,"timestamp":1302975614,"id":1086,"parentId":1061,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1217,"timestamp":1302975618,"id":1087,"parentId":1061,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1215,"timestamp":1302975622,"id":1088,"parentId":1061,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1193,"timestamp":1302975645,"id":1089,"parentId":1061,"tags":{"name":"../app/api/tasks/[taskId]/cancel/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1191,"timestamp":1302975649,"id":1090,"parentId":1061,"tags":{"name":"../app/api/templates/[id]/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1188,"timestamp":1302975653,"id":1091,"parentId":1061,"tags":{"name":"../app/api/tasks/[taskId]/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1185,"timestamp":1302975657,"id":1092,"parentId":1061,"tags":{"name":"../app/api/templates/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1182,"timestamp":1302975661,"id":1093,"parentId":1061,"tags":{"name":"../app/api/verification/runs/[runId]/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1179,"timestamp":1302975665,"id":1094,"parentId":1061,"tags":{"name":"../app/api/verification/runs/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1177,"timestamp":1302975669,"id":1095,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1174,"timestamp":1302975673,"id":1096,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1171,"timestamp":1302975677,"id":1097,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/clear-composer/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1168,"timestamp":1302975681,"id":1098,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/cli-reference/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1166,"timestamp":1302975685,"id":1099,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1163,"timestamp":1302975689,"id":1100,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/cmate/schedules/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1160,"timestamp":1302975694,"id":1101,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1158,"timestamp":1302975697,"id":1102,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/env/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1155,"timestamp":1302975701,"id":1103,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/[logId]/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1152,"timestamp":1302975705,"id":1104,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1149,"timestamp":1302975709,"id":1105,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1139,"timestamp":1302975721,"id":1106,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/branch/create/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1136,"timestamp":1302975725,"id":1107,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/branch/delete/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1134,"timestamp":1302975728,"id":1108,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/branches/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1132,"timestamp":1302975731,"id":1109,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/commit/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1130,"timestamp":1302975734,"id":1110,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/diff/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1127,"timestamp":1302975738,"id":1111,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/checkout/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1125,"timestamp":1302975740,"id":1112,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/fetch/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1123,"timestamp":1302975744,"id":1113,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/log/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1120,"timestamp":1302975749,"id":1114,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/pull/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1117,"timestamp":1302975752,"id":1115,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/push/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1116,"timestamp":1302975755,"id":1116,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/reset/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1114,"timestamp":1302975759,"id":1117,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/show/[commitHash]/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1112,"timestamp":1302975762,"id":1118,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/revert/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1110,"timestamp":1302975765,"id":1119,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/stage/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1107,"timestamp":1302975769,"id":1120,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/staged/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1106,"timestamp":1302975772,"id":1121,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/stash/[index]/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1104,"timestamp":1302975775,"id":1122,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/stash/apply/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1102,"timestamp":1302975779,"id":1123,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/stash/pop/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1099,"timestamp":1302975782,"id":1124,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/stash/push/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1097,"timestamp":1302975786,"id":1125,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/stash/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1095,"timestamp":1302975789,"id":1126,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/status/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1093,"timestamp":1302975793,"id":1127,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/unstage/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1090,"timestamp":1302975796,"id":1128,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/working-diff/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1088,"timestamp":1302975800,"id":1129,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/instances/opencode/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1086,"timestamp":1302975803,"id":1130,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1083,"timestamp":1302975807,"id":1131,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1082,"timestamp":1302975810,"id":1132,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/marp-render/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1079,"timestamp":1302975814,"id":1133,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1077,"timestamp":1302975817,"id":1134,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1075,"timestamp":1302975820,"id":1135,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1074,"timestamp":1302975823,"id":1136,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/opencode/diff/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1072,"timestamp":1302975826,"id":1137,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/opencode/session/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1071,"timestamp":1302975829,"id":1138,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/opencode/share/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1069,"timestamp":1302975832,"id":1139,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1067,"timestamp":1302975835,"id":1140,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/resolve-target/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1063,"timestamp":1302975840,"id":1141,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1060,"timestamp":1302975844,"id":1142,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1059,"timestamp":1302975847,"id":1143,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/schedules/[scheduleId]/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1056,"timestamp":1302975850,"id":1144,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/schedules/active/route.js","cache":"HIT"},"startTime":1788408912457,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1054,"timestamp":1302975854,"id":1145,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/schedules/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1053,"timestamp":1302975857,"id":1146,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1051,"timestamp":1302975860,"id":1147,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1049,"timestamp":1302975863,"id":1148,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1047,"timestamp":1302975866,"id":1149,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/special-keys/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1046,"timestamp":1302975869,"id":1150,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/tasks/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1043,"timestamp":1302975872,"id":1151,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1042,"timestamp":1302975875,"id":1152,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/timers/history/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1040,"timestamp":1302975878,"id":1153,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/timers/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1039,"timestamp":1302975881,"id":1154,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1037,"timestamp":1302975884,"id":1155,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/todos/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1035,"timestamp":1302975887,"id":1156,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1033,"timestamp":1302975890,"id":1157,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1031,"timestamp":1302975893,"id":1158,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1029,"timestamp":1302975896,"id":1159,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/verify/config/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1027,"timestamp":1302975900,"id":1160,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/verify/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1024,"timestamp":1302975904,"id":1161,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/verify/runs/[runId]/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1023,"timestamp":1302975907,"id":1162,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/verify/runs/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1021,"timestamp":1302975910,"id":1163,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/verify/runs/[runId]/cancel/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1019,"timestamp":1302975913,"id":1164,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1017,"timestamp":1302975916,"id":1165,"parentId":1061,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1015,"timestamp":1302975919,"id":1166,"parentId":1061,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1013,"timestamp":1302975922,"id":1167,"parentId":1061,"tags":{"name":"../app/icon1.png/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1011,"timestamp":1302975926,"id":1168,"parentId":1061,"tags":{"name":"../app/manifest.webmanifest/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1009,"timestamp":1302975928,"id":1169,"parentId":1061,"tags":{"name":"../app/icon2.png/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"}]
|
|
4
|
-
[{"name":"minify-js","duration":1187,"timestamp":1302975931,"id":1170,"parentId":1061,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1188,"timestamp":1302975934,"id":1171,"parentId":1061,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1186,"timestamp":1302975938,"id":1172,"parentId":1061,"tags":{"name":"../app/api/agents/versions/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1184,"timestamp":1302975941,"id":1173,"parentId":1061,"tags":{"name":"../app/api/app/update/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1181,"timestamp":1302975945,"id":1174,"parentId":1061,"tags":{"name":"../app/api/agents/update/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1173,"timestamp":1302975955,"id":1175,"parentId":1061,"tags":{"name":"../app/api/app/update-check/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1171,"timestamp":1302975958,"id":1176,"parentId":1061,"tags":{"name":"../app/api/auth/status/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1169,"timestamp":1302975962,"id":1177,"parentId":1061,"tags":{"name":"../app/api/capabilities/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1167,"timestamp":1302975965,"id":1178,"parentId":1061,"tags":{"name":"../app/api/daily-summary/status/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1165,"timestamp":1302975968,"id":1179,"parentId":1061,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1163,"timestamp":1302975971,"id":1180,"parentId":1061,"tags":{"name":"../app/api/fs/browse/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1162,"timestamp":1302975974,"id":1181,"parentId":1061,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1160,"timestamp":1302975977,"id":1182,"parentId":1061,"tags":{"name":"../app/api/fs/recent-paths/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1158,"timestamp":1302975980,"id":1183,"parentId":1061,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1156,"timestamp":1302975984,"id":1184,"parentId":1061,"tags":{"name":"../app/api/push/vapid/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1154,"timestamp":1302975987,"id":1185,"parentId":1061,"tags":{"name":"../app/api/push/escalation/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1152,"timestamp":1302975990,"id":1186,"parentId":1061,"tags":{"name":"../app/api/push/subscriptions/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1150,"timestamp":1302975994,"id":1187,"parentId":1061,"tags":{"name":"../app/api/remote/pair/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1148,"timestamp":1302975997,"id":1188,"parentId":1061,"tags":{"name":"../app/api/settings/default-agents/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1146,"timestamp":1302976000,"id":1189,"parentId":1061,"tags":{"name":"../app/api/settings/default-surface-mode/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1144,"timestamp":1302976004,"id":1190,"parentId":1061,"tags":{"name":"../app/api/repositories/validate-path/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1107,"timestamp":1302976042,"id":1191,"parentId":1061,"tags":{"name":"../app/api/sidebar/group-order/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1105,"timestamp":1302976046,"id":1192,"parentId":1061,"tags":{"name":"../app/api/skills/[id]/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1103,"timestamp":1302976049,"id":1193,"parentId":1061,"tags":{"name":"../app/api/skills/reindex/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1101,"timestamp":1302976052,"id":1194,"parentId":1061,"tags":{"name":"../app/api/skills/installations/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1099,"timestamp":1302976055,"id":1195,"parentId":1061,"tags":{"name":"../app/api/skills/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1097,"timestamp":1302976058,"id":1196,"parentId":1061,"tags":{"name":"../app/api/skills/operations/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1095,"timestamp":1302976061,"id":1197,"parentId":1061,"tags":{"name":"../app/api/todos/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1093,"timestamp":1302976064,"id":1198,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1091,"timestamp":1302976068,"id":1199,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1089,"timestamp":1302976071,"id":1200,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1087,"timestamp":1302976074,"id":1201,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/plan/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1086,"timestamp":1302976077,"id":1202,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1084,"timestamp":1302976080,"id":1203,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/update-plan/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1081,"timestamp":1302976084,"id":1204,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1079,"timestamp":1302976087,"id":1205,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/install/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1077,"timestamp":1302976090,"id":1206,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1075,"timestamp":1302976093,"id":1207,"parentId":1061,"tags":{"name":"../app/api/worktrees/apply-default-agents/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1073,"timestamp":1302976097,"id":1208,"parentId":1061,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1072,"timestamp":1302976100,"id":1209,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/update/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1070,"timestamp":1302976103,"id":1210,"parentId":1061,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1068,"timestamp":1302976106,"id":1211,"parentId":1061,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1066,"timestamp":1302976109,"id":1212,"parentId":1061,"tags":{"name":"../app/login/page.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1065,"timestamp":1302976112,"id":1213,"parentId":1061,"tags":{"name":"../app/chat/page.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1064,"timestamp":1302976115,"id":1214,"parentId":1061,"tags":{"name":"../app/offline/page.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1061,"timestamp":1302976119,"id":1215,"parentId":1061,"tags":{"name":"../app/more/page.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1059,"timestamp":1302976122,"id":1216,"parentId":1061,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1057,"timestamp":1302976125,"id":1217,"parentId":1061,"tags":{"name":"../app/repositories/page.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1055,"timestamp":1302976128,"id":1218,"parentId":1061,"tags":{"name":"../app/review/page.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1053,"timestamp":1302976131,"id":1219,"parentId":1061,"tags":{"name":"../app/sessions/page.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1051,"timestamp":1302976134,"id":1220,"parentId":1061,"tags":{"name":"../app/skills/installed/page.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1049,"timestamp":1302976137,"id":1221,"parentId":1061,"tags":{"name":"../app/skills/page.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1048,"timestamp":1302976140,"id":1222,"parentId":1061,"tags":{"name":"../app/skills/[skillId]/page.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1046,"timestamp":1302976143,"id":1223,"parentId":1061,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1044,"timestamp":1302976146,"id":1224,"parentId":1061,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1041,"timestamp":1302976150,"id":1225,"parentId":1061,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1039,"timestamp":1302976153,"id":1226,"parentId":1061,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1037,"timestamp":1302976157,"id":1227,"parentId":1061,"tags":{"name":"3543.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1034,"timestamp":1302976161,"id":1228,"parentId":1061,"tags":{"name":"3945.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1032,"timestamp":1302976164,"id":1229,"parentId":1061,"tags":{"name":"2119.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1029,"timestamp":1302976168,"id":1230,"parentId":1061,"tags":{"name":"2445.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1028,"timestamp":1302976171,"id":1231,"parentId":1061,"tags":{"name":"4248.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1025,"timestamp":1302976174,"id":1232,"parentId":1061,"tags":{"name":"2534.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1023,"timestamp":1302976178,"id":1233,"parentId":1061,"tags":{"name":"2980.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1021,"timestamp":1302976181,"id":1234,"parentId":1061,"tags":{"name":"450.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1019,"timestamp":1302976184,"id":1235,"parentId":1061,"tags":{"name":"2816.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1017,"timestamp":1302976187,"id":1236,"parentId":1061,"tags":{"name":"7685.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1015,"timestamp":1302976191,"id":1237,"parentId":1061,"tags":{"name":"3440.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1012,"timestamp":1302976194,"id":1238,"parentId":1061,"tags":{"name":"1162.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1011,"timestamp":1302976197,"id":1239,"parentId":1061,"tags":{"name":"5571.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1009,"timestamp":1302976200,"id":1240,"parentId":1061,"tags":{"name":"6285.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1007,"timestamp":1302976203,"id":1241,"parentId":1061,"tags":{"name":"8098.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1005,"timestamp":1302976207,"id":1242,"parentId":1061,"tags":{"name":"2560.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1003,"timestamp":1302976210,"id":1243,"parentId":1061,"tags":{"name":"1825.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1000,"timestamp":1302976214,"id":1244,"parentId":1061,"tags":{"name":"6159.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":998,"timestamp":1302976217,"id":1245,"parentId":1061,"tags":{"name":"3346.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":996,"timestamp":1302976220,"id":1246,"parentId":1061,"tags":{"name":"9328.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":993,"timestamp":1302976224,"id":1247,"parentId":1061,"tags":{"name":"1262.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":991,"timestamp":1302976227,"id":1248,"parentId":1061,"tags":{"name":"6072.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":990,"timestamp":1302976230,"id":1249,"parentId":1061,"tags":{"name":"9358.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":988,"timestamp":1302976233,"id":1250,"parentId":1061,"tags":{"name":"1296.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":986,"timestamp":1302976236,"id":1251,"parentId":1061,"tags":{"name":"1341.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":984,"timestamp":1302976239,"id":1252,"parentId":1061,"tags":{"name":"8356.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":983,"timestamp":1302976242,"id":1253,"parentId":1061,"tags":{"name":"7941.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":981,"timestamp":1302976245,"id":1254,"parentId":1061,"tags":{"name":"9211.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":980,"timestamp":1302976248,"id":1255,"parentId":1061,"tags":{"name":"5064.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":977,"timestamp":1302976251,"id":1256,"parentId":1061,"tags":{"name":"22.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":976,"timestamp":1302976255,"id":1257,"parentId":1061,"tags":{"name":"5220.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":974,"timestamp":1302976258,"id":1258,"parentId":1061,"tags":{"name":"6337.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":971,"timestamp":1302976262,"id":1259,"parentId":1061,"tags":{"name":"1058.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":969,"timestamp":1302976265,"id":1260,"parentId":1061,"tags":{"name":"5120.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":967,"timestamp":1302976268,"id":1261,"parentId":1061,"tags":{"name":"1191.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":965,"timestamp":1302976272,"id":1262,"parentId":1061,"tags":{"name":"5043.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":963,"timestamp":1302976275,"id":1263,"parentId":1061,"tags":{"name":"3241.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":961,"timestamp":1302976278,"id":1264,"parentId":1061,"tags":{"name":"7836.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":959,"timestamp":1302976281,"id":1265,"parentId":1061,"tags":{"name":"9696.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":958,"timestamp":1302976284,"id":1266,"parentId":1061,"tags":{"name":"2739.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":955,"timestamp":1302976288,"id":1267,"parentId":1061,"tags":{"name":"2839.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":954,"timestamp":1302976291,"id":1268,"parentId":1061,"tags":{"name":"261.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":951,"timestamp":1302976294,"id":1269,"parentId":1061,"tags":{"name":"3099.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":949,"timestamp":1302976297,"id":1270,"parentId":1061,"tags":{"name":"4325.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"}]
|
|
5
|
-
[{"name":"minify-js","duration":1032,"timestamp":1302976301,"id":1271,"parentId":1061,"tags":{"name":"1331.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1030,"timestamp":1302976304,"id":1272,"parentId":1061,"tags":{"name":"641.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1029,"timestamp":1302976307,"id":1273,"parentId":1061,"tags":{"name":"3722.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1027,"timestamp":1302976310,"id":1274,"parentId":1061,"tags":{"name":"1356.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1026,"timestamp":1302976313,"id":1275,"parentId":1061,"tags":{"name":"1503.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1024,"timestamp":1302976316,"id":1276,"parentId":1061,"tags":{"name":"1634.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1023,"timestamp":1302976319,"id":1277,"parentId":1061,"tags":{"name":"1366.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1020,"timestamp":1302976322,"id":1278,"parentId":1061,"tags":{"name":"6015.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1018,"timestamp":1302976326,"id":1279,"parentId":1061,"tags":{"name":"3708.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1016,"timestamp":1302976329,"id":1280,"parentId":1061,"tags":{"name":"7587.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1014,"timestamp":1302976333,"id":1281,"parentId":1061,"tags":{"name":"243.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1012,"timestamp":1302976336,"id":1282,"parentId":1061,"tags":{"name":"5326.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1010,"timestamp":1302976339,"id":1283,"parentId":1061,"tags":{"name":"180.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1008,"timestamp":1302976342,"id":1284,"parentId":1061,"tags":{"name":"120.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1006,"timestamp":1302976345,"id":1285,"parentId":1061,"tags":{"name":"7593.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1005,"timestamp":1302976348,"id":1286,"parentId":1061,"tags":{"name":"8543.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1002,"timestamp":1302976352,"id":1287,"parentId":1061,"tags":{"name":"5611.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1000,"timestamp":1302976355,"id":1288,"parentId":1061,"tags":{"name":"4390.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":998,"timestamp":1302976359,"id":1289,"parentId":1061,"tags":{"name":"9627.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":996,"timestamp":1302976362,"id":1290,"parentId":1061,"tags":{"name":"8807.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":994,"timestamp":1302976365,"id":1291,"parentId":1061,"tags":{"name":"406.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":992,"timestamp":1302976368,"id":1292,"parentId":1061,"tags":{"name":"6065.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":990,"timestamp":1302976371,"id":1293,"parentId":1061,"tags":{"name":"5164.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":988,"timestamp":1302976374,"id":1294,"parentId":1061,"tags":{"name":"9798.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":986,"timestamp":1302976378,"id":1295,"parentId":1061,"tags":{"name":"9130.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":984,"timestamp":1302976381,"id":1296,"parentId":1061,"tags":{"name":"4443.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":982,"timestamp":1302976384,"id":1297,"parentId":1061,"tags":{"name":"8800.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":981,"timestamp":1302976387,"id":1298,"parentId":1061,"tags":{"name":"4299.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":978,"timestamp":1302976390,"id":1299,"parentId":1061,"tags":{"name":"7905.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":977,"timestamp":1302976393,"id":1300,"parentId":1061,"tags":{"name":"1886.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":975,"timestamp":1302976396,"id":1301,"parentId":1061,"tags":{"name":"1719.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":972,"timestamp":1302976399,"id":1302,"parentId":1061,"tags":{"name":"1944.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":970,"timestamp":1302976403,"id":1303,"parentId":1061,"tags":{"name":"9051.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":969,"timestamp":1302976406,"id":1304,"parentId":1061,"tags":{"name":"6894.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":967,"timestamp":1302976409,"id":1305,"parentId":1061,"tags":{"name":"7824.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":965,"timestamp":1302976412,"id":1306,"parentId":1061,"tags":{"name":"7472.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":963,"timestamp":1302976415,"id":1307,"parentId":1061,"tags":{"name":"5017.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":961,"timestamp":1302976418,"id":1308,"parentId":1061,"tags":{"name":"552.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":959,"timestamp":1302976421,"id":1309,"parentId":1061,"tags":{"name":"9123.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":957,"timestamp":1302976425,"id":1310,"parentId":1061,"tags":{"name":"2328.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":955,"timestamp":1302976428,"id":1311,"parentId":1061,"tags":{"name":"5456.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":950,"timestamp":1302976434,"id":1312,"parentId":1061,"tags":{"name":"8118.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":948,"timestamp":1302976437,"id":1313,"parentId":1061,"tags":{"name":"880.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":946,"timestamp":1302976441,"id":1314,"parentId":1061,"tags":{"name":"2710.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":943,"timestamp":1302976444,"id":1315,"parentId":1061,"tags":{"name":"5048.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":941,"timestamp":1302976448,"id":1316,"parentId":1061,"tags":{"name":"3480.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":940,"timestamp":1302976451,"id":1317,"parentId":1061,"tags":{"name":"1501.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":937,"timestamp":1302976454,"id":1318,"parentId":1061,"tags":{"name":"7366.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":936,"timestamp":1302976457,"id":1319,"parentId":1061,"tags":{"name":"9360.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":933,"timestamp":1302976461,"id":1320,"parentId":1061,"tags":{"name":"3707.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":932,"timestamp":1302976464,"id":1321,"parentId":1061,"tags":{"name":"1068.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":930,"timestamp":1302976467,"id":1322,"parentId":1061,"tags":{"name":"9584.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":927,"timestamp":1302976471,"id":1323,"parentId":1061,"tags":{"name":"6130.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":926,"timestamp":1302976473,"id":1324,"parentId":1061,"tags":{"name":"5354.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":924,"timestamp":1302976477,"id":1325,"parentId":1061,"tags":{"name":"5737.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":922,"timestamp":1302976480,"id":1326,"parentId":1061,"tags":{"name":"28.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":920,"timestamp":1302976483,"id":1327,"parentId":1061,"tags":{"name":"6401.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":918,"timestamp":1302976486,"id":1328,"parentId":1061,"tags":{"name":"9938.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":916,"timestamp":1302976489,"id":1329,"parentId":1061,"tags":{"name":"8584.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":915,"timestamp":1302976492,"id":1330,"parentId":1061,"tags":{"name":"2404.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":912,"timestamp":1302976495,"id":1331,"parentId":1061,"tags":{"name":"848.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":911,"timestamp":1302976498,"id":1332,"parentId":1061,"tags":{"name":"663.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":909,"timestamp":1302976501,"id":1333,"parentId":1061,"tags":{"name":"3123.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":907,"timestamp":1302976504,"id":1334,"parentId":1061,"tags":{"name":"7506.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":905,"timestamp":1302976507,"id":1335,"parentId":1061,"tags":{"name":"4393.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":903,"timestamp":1302976511,"id":1336,"parentId":1061,"tags":{"name":"3869.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":902,"timestamp":1302976514,"id":1337,"parentId":1061,"tags":{"name":"2515.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":901,"timestamp":1302976517,"id":1338,"parentId":1061,"tags":{"name":"365.js","cache":"HIT"},"startTime":1788408912458,"traceId":"f8ee3c2c840576b9"},{"name":"minify-webpack-plugin-optimize","duration":26453,"timestamp":1302951067,"id":1061,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1788408912433,"traceId":"f8ee3c2c840576b9"},{"name":"css-minimizer-plugin","duration":176,"timestamp":1302977685,"id":1339,"parentId":19,"tags":{},"startTime":1788408912459,"traceId":"f8ee3c2c840576b9"},{"name":"create-trace-assets","duration":102816,"timestamp":1302978113,"id":1340,"parentId":20,"tags":{},"startTime":1788408912460,"traceId":"f8ee3c2c840576b9"},{"name":"seal","duration":1360266,"timestamp":1301787213,"id":1048,"parentId":19,"tags":{},"startTime":1788408911269,"traceId":"f8ee3c2c840576b9"},{"name":"webpack-compilation","duration":21371143,"timestamp":1281932994,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1788408891415,"traceId":"f8ee3c2c840576b9"},{"name":"emit","duration":82307,"timestamp":1303304687,"id":1341,"parentId":16,"tags":{},"startTime":1788408912786,"traceId":"f8ee3c2c840576b9"},{"name":"webpack-close","duration":1013,"timestamp":1303393175,"id":1342,"parentId":16,"tags":{"name":"server"},"startTime":1788408912875,"traceId":"f8ee3c2c840576b9"},{"name":"webpack-generate-error-stats","duration":2497,"timestamp":1303394244,"id":1343,"parentId":1342,"tags":{},"startTime":1788408912876,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":98387,"timestamp":1303406761,"id":1346,"parentId":1345,"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":1788408912888,"traceId":"f8ee3c2c840576b9"},{"name":"make","duration":98791,"timestamp":1303406696,"id":1345,"parentId":1344,"tags":{},"startTime":1788408912888,"traceId":"f8ee3c2c840576b9"},{"name":"chunk-graph","duration":1685,"timestamp":1303515981,"id":1348,"parentId":1347,"tags":{},"startTime":1788408912998,"traceId":"f8ee3c2c840576b9"},{"name":"optimize-modules","duration":17,"timestamp":1303517783,"id":1350,"parentId":1347,"tags":{},"startTime":1788408912999,"traceId":"f8ee3c2c840576b9"},{"name":"optimize-chunks","duration":1056,"timestamp":1303517899,"id":1351,"parentId":1347,"tags":{},"startTime":1788408913000,"traceId":"f8ee3c2c840576b9"},{"name":"optimize-tree","duration":21,"timestamp":1303519070,"id":1352,"parentId":1347,"tags":{},"startTime":1788408913001,"traceId":"f8ee3c2c840576b9"},{"name":"optimize-chunk-modules","duration":4433,"timestamp":1303519201,"id":1353,"parentId":1347,"tags":{},"startTime":1788408913001,"traceId":"f8ee3c2c840576b9"},{"name":"optimize","duration":6004,"timestamp":1303517706,"id":1349,"parentId":1347,"tags":{},"startTime":1788408912999,"traceId":"f8ee3c2c840576b9"},{"name":"module-hash","duration":2531,"timestamp":1303525177,"id":1354,"parentId":1347,"tags":{},"startTime":1788408913007,"traceId":"f8ee3c2c840576b9"},{"name":"code-generation","duration":214,"timestamp":1303527734,"id":1355,"parentId":1347,"tags":{},"startTime":1788408913009,"traceId":"f8ee3c2c840576b9"},{"name":"hash","duration":2209,"timestamp":1303529431,"id":1356,"parentId":1347,"tags":{},"startTime":1788408913011,"traceId":"f8ee3c2c840576b9"},{"name":"code-generation-jobs","duration":185,"timestamp":1303531638,"id":1357,"parentId":1347,"tags":{},"startTime":1788408913013,"traceId":"f8ee3c2c840576b9"},{"name":"module-assets","duration":73,"timestamp":1303531801,"id":1358,"parentId":1347,"tags":{},"startTime":1788408913013,"traceId":"f8ee3c2c840576b9"},{"name":"create-chunk-assets","duration":290,"timestamp":1303531884,"id":1359,"parentId":1347,"tags":{},"startTime":1788408913014,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":45,"timestamp":1303536183,"id":1361,"parentId":1360,"tags":{"name":"src/middleware.js","cache":"HIT"},"startTime":1788408913018,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":27,"timestamp":1303536206,"id":1362,"parentId":1360,"tags":{"name":"edge-runtime-webpack.js","cache":"HIT"},"startTime":1788408913018,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":22,"timestamp":1303536212,"id":1363,"parentId":1360,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1788408913018,"traceId":"f8ee3c2c840576b9"},{"name":"minify-webpack-plugin-optimize","duration":490,"timestamp":1303535748,"id":1360,"parentId":1344,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1788408913017,"traceId":"f8ee3c2c840576b9"},{"name":"css-minimizer-plugin","duration":8,"timestamp":1303536292,"id":1364,"parentId":1344,"tags":{},"startTime":1788408913018,"traceId":"f8ee3c2c840576b9"},{"name":"seal","duration":29474,"timestamp":1303513079,"id":1347,"parentId":1344,"tags":{},"startTime":1788408912995,"traceId":"f8ee3c2c840576b9"},{"name":"webpack-compilation","duration":138113,"timestamp":1303404630,"id":1344,"parentId":16,"tags":{"name":"edge-server"},"startTime":1788408912886,"traceId":"f8ee3c2c840576b9"},{"name":"emit","duration":2169,"timestamp":1303542815,"id":1365,"parentId":16,"tags":{},"startTime":1788408913024,"traceId":"f8ee3c2c840576b9"},{"name":"webpack-close","duration":196,"timestamp":1303545336,"id":1366,"parentId":16,"tags":{"name":"edge-server"},"startTime":1788408913027,"traceId":"f8ee3c2c840576b9"},{"name":"webpack-generate-error-stats","duration":612,"timestamp":1303545538,"id":1367,"parentId":1366,"tags":{},"startTime":1788408913027,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751238,"timestamp":1303556999,"id":1381,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"}]
|
|
6
|
-
[{"name":"add-entry","duration":751500,"timestamp":1303557002,"id":1382,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751487,"timestamp":1303557025,"id":1383,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751489,"timestamp":1303557028,"id":1384,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751490,"timestamp":1303557031,"id":1385,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751491,"timestamp":1303557033,"id":1386,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751492,"timestamp":1303557036,"id":1387,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751493,"timestamp":1303557040,"id":1388,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751494,"timestamp":1303557042,"id":1389,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751503,"timestamp":1303557045,"id":1390,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751504,"timestamp":1303557047,"id":1391,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751505,"timestamp":1303557050,"id":1392,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751506,"timestamp":1303557052,"id":1393,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751507,"timestamp":1303557055,"id":1394,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751508,"timestamp":1303557058,"id":1395,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751510,"timestamp":1303557060,"id":1396,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751511,"timestamp":1303557063,"id":1397,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751512,"timestamp":1303557065,"id":1398,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751513,"timestamp":1303557067,"id":1399,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751515,"timestamp":1303557070,"id":1400,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751516,"timestamp":1303557072,"id":1401,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751517,"timestamp":1303557075,"id":1402,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751517,"timestamp":1303557078,"id":1403,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751517,"timestamp":1303557081,"id":1404,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751519,"timestamp":1303557084,"id":1405,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751520,"timestamp":1303557086,"id":1406,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751521,"timestamp":1303557089,"id":1407,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751522,"timestamp":1303557091,"id":1408,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751525,"timestamp":1303557094,"id":1409,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751526,"timestamp":1303557096,"id":1410,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751527,"timestamp":1303557099,"id":1411,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751528,"timestamp":1303557101,"id":1412,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751530,"timestamp":1303557104,"id":1413,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751531,"timestamp":1303557106,"id":1414,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751532,"timestamp":1303557109,"id":1415,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751533,"timestamp":1303557111,"id":1416,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751534,"timestamp":1303557114,"id":1417,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751535,"timestamp":1303557116,"id":1418,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751537,"timestamp":1303557119,"id":1419,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751538,"timestamp":1303557121,"id":1420,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751539,"timestamp":1303557124,"id":1421,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751540,"timestamp":1303557126,"id":1422,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751541,"timestamp":1303557129,"id":1423,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751542,"timestamp":1303557131,"id":1424,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751543,"timestamp":1303557133,"id":1425,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751544,"timestamp":1303557136,"id":1426,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751545,"timestamp":1303557138,"id":1427,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751547,"timestamp":1303557140,"id":1428,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751547,"timestamp":1303557142,"id":1429,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751548,"timestamp":1303557145,"id":1430,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751549,"timestamp":1303557148,"id":1431,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751549,"timestamp":1303557151,"id":1432,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751550,"timestamp":1303557153,"id":1433,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751550,"timestamp":1303557155,"id":1434,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751550,"timestamp":1303557159,"id":1435,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751550,"timestamp":1303557162,"id":1436,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751550,"timestamp":1303557165,"id":1437,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751552,"timestamp":1303557167,"id":1438,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751553,"timestamp":1303557169,"id":1439,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751554,"timestamp":1303557171,"id":1440,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751556,"timestamp":1303557174,"id":1441,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751557,"timestamp":1303557176,"id":1442,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751558,"timestamp":1303557178,"id":1443,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751559,"timestamp":1303557181,"id":1444,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751560,"timestamp":1303557183,"id":1445,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751561,"timestamp":1303557185,"id":1446,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751562,"timestamp":1303557188,"id":1447,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751563,"timestamp":1303557190,"id":1448,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751564,"timestamp":1303557192,"id":1449,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751565,"timestamp":1303557195,"id":1450,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751566,"timestamp":1303557197,"id":1451,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751566,"timestamp":1303557200,"id":1452,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751567,"timestamp":1303557202,"id":1453,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751568,"timestamp":1303557205,"id":1454,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751569,"timestamp":1303557208,"id":1455,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751570,"timestamp":1303557210,"id":1456,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751571,"timestamp":1303557212,"id":1457,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751572,"timestamp":1303557214,"id":1458,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751573,"timestamp":1303557217,"id":1459,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751574,"timestamp":1303557219,"id":1460,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751575,"timestamp":1303557222,"id":1461,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751576,"timestamp":1303557224,"id":1462,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751576,"timestamp":1303557228,"id":1463,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751576,"timestamp":1303557230,"id":1464,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751577,"timestamp":1303557233,"id":1465,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751578,"timestamp":1303557235,"id":1466,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751579,"timestamp":1303557238,"id":1467,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751580,"timestamp":1303557240,"id":1468,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751581,"timestamp":1303557242,"id":1469,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751582,"timestamp":1303557245,"id":1470,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751582,"timestamp":1303557247,"id":1471,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751583,"timestamp":1303557249,"id":1472,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751583,"timestamp":1303557252,"id":1473,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751584,"timestamp":1303557255,"id":1474,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751585,"timestamp":1303557257,"id":1475,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751586,"timestamp":1303557259,"id":1476,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751586,"timestamp":1303557262,"id":1477,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751588,"timestamp":1303557264,"id":1478,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751589,"timestamp":1303557266,"id":1479,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751589,"timestamp":1303557269,"id":1480,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751590,"timestamp":1303557271,"id":1481,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751591,"timestamp":1303557274,"id":1482,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"}]
|
|
7
|
-
[{"name":"add-entry","duration":751768,"timestamp":1303557276,"id":1483,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751772,"timestamp":1303557279,"id":1484,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751774,"timestamp":1303557281,"id":1485,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751775,"timestamp":1303557284,"id":1486,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751777,"timestamp":1303557286,"id":1487,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751778,"timestamp":1303557289,"id":1488,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751779,"timestamp":1303557291,"id":1489,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751780,"timestamp":1303557294,"id":1490,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751781,"timestamp":1303557296,"id":1491,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751782,"timestamp":1303557299,"id":1492,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751783,"timestamp":1303557301,"id":1493,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751784,"timestamp":1303557304,"id":1494,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751784,"timestamp":1303557306,"id":1495,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751785,"timestamp":1303557308,"id":1496,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751787,"timestamp":1303557311,"id":1497,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751788,"timestamp":1303557313,"id":1498,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751785,"timestamp":1303557319,"id":1499,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751784,"timestamp":1303557323,"id":1500,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751785,"timestamp":1303557326,"id":1501,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751786,"timestamp":1303557328,"id":1502,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751787,"timestamp":1303557331,"id":1503,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751787,"timestamp":1303557334,"id":1504,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751788,"timestamp":1303557336,"id":1505,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751789,"timestamp":1303557338,"id":1506,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751790,"timestamp":1303557341,"id":1507,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751791,"timestamp":1303557343,"id":1508,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751791,"timestamp":1303557346,"id":1509,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751792,"timestamp":1303557348,"id":1510,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751793,"timestamp":1303557351,"id":1511,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751794,"timestamp":1303557353,"id":1512,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751795,"timestamp":1303557355,"id":1513,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751796,"timestamp":1303557358,"id":1514,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751797,"timestamp":1303557360,"id":1515,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751799,"timestamp":1303557362,"id":1516,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751799,"timestamp":1303557365,"id":1517,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751800,"timestamp":1303557367,"id":1518,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751801,"timestamp":1303557370,"id":1519,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751801,"timestamp":1303557372,"id":1520,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751802,"timestamp":1303557375,"id":1521,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751803,"timestamp":1303557377,"id":1522,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":751765,"timestamp":1303557419,"id":1539,"parentId":1369,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":853821,"timestamp":1303556953,"id":1373,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":891296,"timestamp":1303556968,"id":1377,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":926355,"timestamp":1303556993,"id":1379,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":955490,"timestamp":1303556957,"id":1374,"parentId":1369,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":955504,"timestamp":1303556961,"id":1375,"parentId":1369,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":955506,"timestamp":1303556965,"id":1376,"parentId":1369,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":955601,"timestamp":1303556879,"id":1370,"parentId":1369,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":955541,"timestamp":1303556948,"id":1372,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":955568,"timestamp":1303556929,"id":1371,"parentId":1369,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1133772,"timestamp":1303557427,"id":1542,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1133828,"timestamp":1303557387,"id":1526,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1134249,"timestamp":1303556973,"id":1378,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1271447,"timestamp":1303556996,"id":1380,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1271082,"timestamp":1303557382,"id":1524,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1271079,"timestamp":1303557390,"id":1527,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1271075,"timestamp":1303557397,"id":1530,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1271074,"timestamp":1303557402,"id":1532,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1271072,"timestamp":1303557407,"id":1534,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1271060,"timestamp":1303557421,"id":1540,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1342315,"timestamp":1303557385,"id":1525,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1342326,"timestamp":1303557395,"id":1529,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1342326,"timestamp":1303557399,"id":1531,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1342319,"timestamp":1303557412,"id":1536,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1342320,"timestamp":1303557414,"id":1537,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1358261,"timestamp":1303557380,"id":1523,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1358267,"timestamp":1303557392,"id":1528,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1358262,"timestamp":1303557404,"id":1533,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1358261,"timestamp":1303557409,"id":1535,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1360123,"timestamp":1303557424,"id":1541,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1847202,"timestamp":1303557417,"id":1538,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"add-entry","duration":1847210,"timestamp":1303557429,"id":1543,"parentId":1369,"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":1788408913039,"traceId":"f8ee3c2c840576b9"},{"name":"make","duration":1848112,"timestamp":1303556622,"id":1369,"parentId":1368,"tags":{},"startTime":1788408913038,"traceId":"f8ee3c2c840576b9"},{"name":"chunk-graph","duration":78615,"timestamp":1305587898,"id":1545,"parentId":1544,"tags":{},"startTime":1788408915070,"traceId":"f8ee3c2c840576b9"},{"name":"optimize-modules","duration":9,"timestamp":1305666578,"id":1547,"parentId":1544,"tags":{},"startTime":1788408915148,"traceId":"f8ee3c2c840576b9"},{"name":"optimize-chunks","duration":81800,"timestamp":1305680691,"id":1549,"parentId":1544,"tags":{},"startTime":1788408915162,"traceId":"f8ee3c2c840576b9"},{"name":"optimize-tree","duration":12,"timestamp":1305762538,"id":1550,"parentId":1544,"tags":{},"startTime":1788408915244,"traceId":"f8ee3c2c840576b9"},{"name":"optimize-chunk-modules","duration":117693,"timestamp":1305762580,"id":1551,"parentId":1544,"tags":{},"startTime":1788408915244,"traceId":"f8ee3c2c840576b9"},{"name":"optimize","duration":213761,"timestamp":1305666557,"id":1546,"parentId":1544,"tags":{},"startTime":1788408915148,"traceId":"f8ee3c2c840576b9"},{"name":"module-hash","duration":69229,"timestamp":1305983249,"id":1552,"parentId":1544,"tags":{},"startTime":1788408915465,"traceId":"f8ee3c2c840576b9"},{"name":"code-generation","duration":13876,"timestamp":1306052536,"id":1553,"parentId":1544,"tags":{},"startTime":1788408915534,"traceId":"f8ee3c2c840576b9"},{"name":"hash","duration":17145,"timestamp":1306074187,"id":1554,"parentId":1544,"tags":{},"startTime":1788408915556,"traceId":"f8ee3c2c840576b9"},{"name":"code-generation-jobs","duration":270,"timestamp":1306091330,"id":1555,"parentId":1544,"tags":{},"startTime":1788408915573,"traceId":"f8ee3c2c840576b9"},{"name":"module-assets","duration":1891,"timestamp":1306091511,"id":1556,"parentId":1544,"tags":{},"startTime":1788408915573,"traceId":"f8ee3c2c840576b9"},{"name":"create-chunk-assets","duration":10234,"timestamp":1306093421,"id":1557,"parentId":1544,"tags":{},"startTime":1788408915575,"traceId":"f8ee3c2c840576b9"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1497,"timestamp":1306107111,"id":1559,"parentId":1368,"tags":{},"startTime":1788408915589,"traceId":"f8ee3c2c840576b9"},{"name":"NextJsBuildManifest-createassets","duration":2391,"timestamp":1306106230,"id":1558,"parentId":1368,"tags":{},"startTime":1788408915588,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1552,"timestamp":1306121624,"id":1561,"parentId":1560,"tags":{"name":"static/chunks/main-539493b63abb15fd.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1531,"timestamp":1306121652,"id":1562,"parentId":1560,"tags":{"name":"static/chunks/main-app-8d01cdae10986111.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1525,"timestamp":1306121660,"id":1563,"parentId":1560,"tags":{"name":"static/chunks/app/_not-found/page-304751f8b3dbbabf.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1522,"timestamp":1306121665,"id":1564,"parentId":1560,"tags":{"name":"static/chunks/pages/_error-aaa1b9f547e6bfb4.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1519,"timestamp":1306121669,"id":1565,"parentId":1560,"tags":{"name":"static/chunks/pages/_app-4600827deac7eb97.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1516,"timestamp":1306121674,"id":1566,"parentId":1560,"tags":{"name":"static/chunks/app/global-error-ffd25ce4df4512bc.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1513,"timestamp":1306121678,"id":1567,"parentId":1560,"tags":{"name":"static/chunks/app/layout-2a97a0b229cdb392.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1510,"timestamp":1306121682,"id":1568,"parentId":1560,"tags":{"name":"static/chunks/app/error-995a8a26fff05ddd.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1507,"timestamp":1306121687,"id":1569,"parentId":1560,"tags":{"name":"static/chunks/app/loading-a7635442ff41828d.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1505,"timestamp":1306121691,"id":1570,"parentId":1560,"tags":{"name":"static/chunks/app/api/assistant/conversation/route-a04e1e15d8eb26ef.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1501,"timestamp":1306121695,"id":1571,"parentId":1560,"tags":{"name":"static/chunks/app/api/assistant/current-output/route-5831168f084c4fac.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1499,"timestamp":1306121699,"id":1572,"parentId":1560,"tags":{"name":"static/chunks/app/api/assistant/messages/route-1c7a663374ce8640.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1496,"timestamp":1306121703,"id":1573,"parentId":1560,"tags":{"name":"static/chunks/app/api/assistant/session/route-a6e861a3b5bb5739.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1493,"timestamp":1306121708,"id":1574,"parentId":1560,"tags":{"name":"static/chunks/app/api/assistant/start/route-344470b63e3e5f40.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"}]
|
|
8
|
-
[{"name":"minify-js","duration":1675,"timestamp":1306121711,"id":1575,"parentId":1560,"tags":{"name":"static/chunks/app/api/assistant/terminal/route-0d5b1b45c053b5cc.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1674,"timestamp":1306121716,"id":1576,"parentId":1560,"tags":{"name":"static/chunks/app/api/assistant/tools/route-a1112a34a90c5aab.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1671,"timestamp":1306121720,"id":1577,"parentId":1560,"tags":{"name":"static/chunks/app/api/auth/login/route-9f512e1dcacf2e7d.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1669,"timestamp":1306121724,"id":1578,"parentId":1560,"tags":{"name":"static/chunks/app/api/auth/logout/route-e10504ba6a3ec46f.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1666,"timestamp":1306121728,"id":1579,"parentId":1560,"tags":{"name":"static/chunks/app/api/daily-summary/route-f9e2ad20284dc0f1.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1664,"timestamp":1306121732,"id":1580,"parentId":1560,"tags":{"name":"static/chunks/app/api/hooks/agent-event/route-765052b457d80243.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1662,"timestamp":1306121735,"id":1581,"parentId":1560,"tags":{"name":"static/chunks/app/api/hooks/claude-done/route-2996ad0194de06b3.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1659,"timestamp":1306121740,"id":1582,"parentId":1560,"tags":{"name":"static/chunks/app/api/hooks/permission-request/route-2971e290a96dbf72.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1657,"timestamp":1306121743,"id":1583,"parentId":1560,"tags":{"name":"static/chunks/app/api/ollama/models/route-162e7f0ec496066a.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1654,"timestamp":1306121747,"id":1584,"parentId":1560,"tags":{"name":"static/chunks/app/api/metrics/vibe/route-1a2c3bcaf27dc8a3.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1652,"timestamp":1306121751,"id":1585,"parentId":1560,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/[todoId]/route-ef6fba4d2d5f8b15.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1649,"timestamp":1306121755,"id":1586,"parentId":1560,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/route-8b9d7034365eca63.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1646,"timestamp":1306121759,"id":1587,"parentId":1560,"tags":{"name":"static/chunks/app/api/repositories/[id]/route-efaf0815ae5f62f3.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1644,"timestamp":1306121763,"id":1588,"parentId":1560,"tags":{"name":"static/chunks/app/api/repositories/clone/[jobId]/route-5eaa83de1d0cc7ef.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1642,"timestamp":1306121767,"id":1589,"parentId":1560,"tags":{"name":"static/chunks/app/api/repositories/clone/route-99b663b401fff6b5.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1642,"timestamp":1306121772,"id":1590,"parentId":1560,"tags":{"name":"static/chunks/app/api/repositories/excluded/route-0a629c9294f8a632.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1639,"timestamp":1306121777,"id":1591,"parentId":1560,"tags":{"name":"static/chunks/app/api/repositories/restore/route-f66b10c4367a16b6.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1637,"timestamp":1306121780,"id":1592,"parentId":1560,"tags":{"name":"static/chunks/app/api/repositories/route-fe115a9a2a8bf295.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1634,"timestamp":1306121784,"id":1593,"parentId":1560,"tags":{"name":"static/chunks/app/api/repositories/scan/route-9423c7d4152bdf84.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1632,"timestamp":1306121788,"id":1594,"parentId":1560,"tags":{"name":"static/chunks/app/api/repositories/sync/route-35db2e6de3721894.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1628,"timestamp":1306121793,"id":1595,"parentId":1560,"tags":{"name":"static/chunks/app/api/slash-commands/route-1ab88762117bd2c4.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1626,"timestamp":1306121797,"id":1596,"parentId":1560,"tags":{"name":"static/chunks/app/api/tasks/[taskId]/cancel/route-7c6a6a44d9e7491b.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1624,"timestamp":1306121800,"id":1597,"parentId":1560,"tags":{"name":"static/chunks/app/api/templates/[id]/route-66889a7e7c6bd560.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1620,"timestamp":1306121804,"id":1598,"parentId":1560,"tags":{"name":"static/chunks/app/api/tasks/[taskId]/route-4577231a11ca7f03.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1618,"timestamp":1306121808,"id":1599,"parentId":1560,"tags":{"name":"static/chunks/app/api/templates/route-dd0d4e89f21566f3.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1615,"timestamp":1306121812,"id":1600,"parentId":1560,"tags":{"name":"static/chunks/app/api/verification/runs/[runId]/route-d16bfb7a01d12bbf.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1612,"timestamp":1306121816,"id":1601,"parentId":1560,"tags":{"name":"static/chunks/app/api/verification/runs/route-6ac86cdca829250b.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1610,"timestamp":1306121820,"id":1602,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/auto-yes/route-9c24fd40a6a369a4.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1606,"timestamp":1306121825,"id":1603,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/capture/route-bae4d8b068ab56ae.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1604,"timestamp":1306121828,"id":1604,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/clear-composer/route-0d82ac0de9f115ec.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1602,"timestamp":1306121832,"id":1605,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cli-reference/route-1c41814e85d2c410.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1599,"timestamp":1306121837,"id":1606,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cli-tool/route-fa2a3ce84d00af5f.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1597,"timestamp":1306121840,"id":1607,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cmate/schedules/route-ef2f501b0b42b565.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1594,"timestamp":1306121844,"id":1608,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/current-output/route-3ddcb1577a8b2ab6.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1591,"timestamp":1306121848,"id":1609,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/env/route-20fe3360c4ccb67a.js","cache":"HIT"},"startTime":1788408915603,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1588,"timestamp":1306121852,"id":1610,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-98b4dc0554ee8ffc.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1585,"timestamp":1306121856,"id":1611,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/route-078e105fd5858a3f.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1583,"timestamp":1306121860,"id":1612,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/files/[...path]/route-ae5a4e5e00ece467.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1581,"timestamp":1306121863,"id":1613,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/create/route-ad32a299b0232bc3.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1577,"timestamp":1306121868,"id":1614,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/delete/route-a78e5612293205cd.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1574,"timestamp":1306121871,"id":1615,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branches/route-3675bdc5932959d2.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1572,"timestamp":1306121875,"id":1616,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/commit/route-9f2a75372cb6f4df.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1569,"timestamp":1306121880,"id":1617,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/diff/route-46fb7d2391bdea67.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1567,"timestamp":1306121883,"id":1618,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/checkout/route-742727301413dd87.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1564,"timestamp":1306121887,"id":1619,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/fetch/route-21de89fc789178c8.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1562,"timestamp":1306121891,"id":1620,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/log/route-55e1616b4935907b.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1559,"timestamp":1306121895,"id":1621,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/pull/route-2e6eb12d1b164575.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1556,"timestamp":1306121899,"id":1622,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/push/route-6090305e4e376e5d.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1553,"timestamp":1306121903,"id":1623,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/reset/route-c7c7798b9cb24bcb.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1549,"timestamp":1306121908,"id":1624,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-8acbaa60a0ffaa99.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1522,"timestamp":1306121936,"id":1625,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/revert/route-73c24c2c56b38528.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1519,"timestamp":1306121941,"id":1626,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stage/route-029cfaecf4dd78a8.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1516,"timestamp":1306121946,"id":1627,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/staged/route-b6d3be450b433cab.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1513,"timestamp":1306121949,"id":1628,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-4f8381c632e39965.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1510,"timestamp":1306121954,"id":1629,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/apply/route-4b24a83c7b156bd3.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1507,"timestamp":1306121957,"id":1630,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/pop/route-367d27b618f103ec.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1505,"timestamp":1306121961,"id":1631,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/push/route-9262b71e54409147.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1501,"timestamp":1306121966,"id":1632,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/route-112bc4f5daf4b0d5.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1499,"timestamp":1306121970,"id":1633,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/status/route-3d778100ac3f7188.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1496,"timestamp":1306121973,"id":1634,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/unstage/route-6ff1bba8a4e41b3e.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1493,"timestamp":1306121978,"id":1635,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/working-diff/route-79a614bd4f111a1e.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1491,"timestamp":1306121982,"id":1636,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/instances/opencode/route-658517f959b2e9a5.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1488,"timestamp":1306121986,"id":1637,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/kill-session/route-c8cb17019ea4b9a3.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1485,"timestamp":1306121989,"id":1638,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/interrupt/route-dad583039baee9e6.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1483,"timestamp":1306121993,"id":1639,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/marp-render/route-4b46606e941ac9b8.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1479,"timestamp":1306121999,"id":1640,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-402a2661b5fa4b9e.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1459,"timestamp":1306122019,"id":1641,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/route-0f1c03c869ad3a30.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1455,"timestamp":1306122024,"id":1642,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/messages/route-3a0307815aa0f6b2.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1451,"timestamp":1306122029,"id":1643,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/opencode/diff/route-805c45394c0a85bc.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1449,"timestamp":1306122033,"id":1644,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/opencode/session/route-d435dc075a4db101.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1445,"timestamp":1306122038,"id":1645,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/opencode/share/route-eb952fdfbb08d650.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1442,"timestamp":1306122042,"id":1646,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/prompt-response/route-4a7dd3fc9b97fae4.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1440,"timestamp":1306122046,"id":1647,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/resolve-target/route-22ce1830eb725644.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1434,"timestamp":1306122052,"id":1648,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/respond/route-a1e916f1cad580a8.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1431,"timestamp":1306122057,"id":1649,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/route-040c9e7142546a46.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1421,"timestamp":1306122068,"id":1650,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-3bec72c0c95df125.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1414,"timestamp":1306122076,"id":1651,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/active/route-74bb5fe23b4cea84.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1409,"timestamp":1306122083,"id":1652,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/route-59339c9bb608af83.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1405,"timestamp":1306122087,"id":1653,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/search/route-694df8a0164ac382.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1402,"timestamp":1306122091,"id":1654,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/send/route-14ccc1efd0b67c0e.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1400,"timestamp":1306122095,"id":1655,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/slash-commands/route-edd15027eb21ca16.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1396,"timestamp":1306122100,"id":1656,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/special-keys/route-f48dbccdbc699706.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1394,"timestamp":1306122104,"id":1657,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tasks/route-8107eeb2ea9cd5f2.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1392,"timestamp":1306122107,"id":1658,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/terminal/route-52216712387d8f87.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1388,"timestamp":1306122112,"id":1659,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/history/route-7162a1bccc1a7c6e.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1386,"timestamp":1306122116,"id":1660,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/route-ce9e54ca6e60d782.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1383,"timestamp":1306122120,"id":1661,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-62a525ef25f61a8d.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1380,"timestamp":1306122124,"id":1662,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/route-3b4f349f07706e2f.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1378,"timestamp":1306122128,"id":1663,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/[...path]/route-9d981ddea53e2e8c.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1374,"timestamp":1306122133,"id":1664,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/route-2f90853db5196c33.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1372,"timestamp":1306122136,"id":1665,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/upload/[...path]/route-40cb87664743c374.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1369,"timestamp":1306122140,"id":1666,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/config/route-8eb5364dfb02aa1d.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1365,"timestamp":1306122145,"id":1667,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/route-88aaedbcd562b71b.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1363,"timestamp":1306122149,"id":1668,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/route-902a2f95a73af20d.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1359,"timestamp":1306122153,"id":1669,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/runs/route-c2fa192c85ae6a4c.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1357,"timestamp":1306122157,"id":1670,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/cancel/route-6318c9085567d1f0.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1355,"timestamp":1306122161,"id":1671,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/viewed/route-b6933d7af2d7ede4.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1351,"timestamp":1306122165,"id":1672,"parentId":1560,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-47de54bb4d8103e4.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1350,"timestamp":1306122169,"id":1673,"parentId":1560,"tags":{"name":"static/chunks/app/api/agents/versions/route-77ccd46e05e160f9.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1347,"timestamp":1306122173,"id":1674,"parentId":1560,"tags":{"name":"static/chunks/app/api/app/update/route-b2207b7901008fe8.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1344,"timestamp":1306122177,"id":1675,"parentId":1560,"tags":{"name":"static/chunks/app/api/agents/update/route-fea8cdc9141dcbf3.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"}]
|
|
9
|
-
[{"name":"minify-js","duration":1426,"timestamp":1306122181,"id":1676,"parentId":1560,"tags":{"name":"static/chunks/app/api/app/update-check/route-e1d8379a6c442cdd.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1424,"timestamp":1306122186,"id":1677,"parentId":1560,"tags":{"name":"static/chunks/app/api/auth/status/route-6d82a3a89993c5b2.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1421,"timestamp":1306122190,"id":1678,"parentId":1560,"tags":{"name":"static/chunks/app/api/capabilities/route-7b0d1d7d7da40334.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1418,"timestamp":1306122194,"id":1679,"parentId":1560,"tags":{"name":"static/chunks/app/api/daily-summary/status/route-8a009e05ad337804.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1414,"timestamp":1306122199,"id":1680,"parentId":1560,"tags":{"name":"static/chunks/app/api/external-apps/[id]/health/route-22212e4e97187c59.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1412,"timestamp":1306122203,"id":1681,"parentId":1560,"tags":{"name":"static/chunks/app/api/fs/browse/route-06191c7f87b2b04e.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1409,"timestamp":1306122207,"id":1682,"parentId":1560,"tags":{"name":"static/chunks/app/api/external-apps/route-db0de1f123e57f66.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1406,"timestamp":1306122211,"id":1683,"parentId":1560,"tags":{"name":"static/chunks/app/api/fs/recent-paths/route-a64c2715b04bd843.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1403,"timestamp":1306122215,"id":1684,"parentId":1560,"tags":{"name":"static/chunks/app/api/external-apps/[id]/route-1415b4b650664afa.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1400,"timestamp":1306122219,"id":1685,"parentId":1560,"tags":{"name":"static/chunks/app/api/push/vapid/route-010fbb7aa98b2ad2.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1398,"timestamp":1306122223,"id":1686,"parentId":1560,"tags":{"name":"static/chunks/app/api/push/escalation/route-e253930c97f58a4c.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1395,"timestamp":1306122226,"id":1687,"parentId":1560,"tags":{"name":"static/chunks/app/api/push/subscriptions/route-4e235cb9d9c4b1ff.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1391,"timestamp":1306122231,"id":1688,"parentId":1560,"tags":{"name":"static/chunks/app/api/remote/pair/route-23748dbec0525b96.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1385,"timestamp":1306122238,"id":1689,"parentId":1560,"tags":{"name":"static/chunks/app/api/settings/default-agents/route-1f9bd1359dd9728c.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1377,"timestamp":1306122248,"id":1690,"parentId":1560,"tags":{"name":"static/chunks/app/api/settings/default-surface-mode/route-efb79496fa5ed343.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1373,"timestamp":1306122253,"id":1691,"parentId":1560,"tags":{"name":"static/chunks/app/api/repositories/validate-path/route-7df0ebe56486b03a.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1370,"timestamp":1306122257,"id":1692,"parentId":1560,"tags":{"name":"static/chunks/app/api/sidebar/group-order/route-759701550faee10b.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1367,"timestamp":1306122262,"id":1693,"parentId":1560,"tags":{"name":"static/chunks/app/api/skills/[id]/route-a0341c880c37eccd.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1364,"timestamp":1306122266,"id":1694,"parentId":1560,"tags":{"name":"static/chunks/app/api/skills/reindex/route-2723e38103eafd5d.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1361,"timestamp":1306122270,"id":1695,"parentId":1560,"tags":{"name":"static/chunks/app/api/skills/installations/route-b7e76992c3af9c68.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1358,"timestamp":1306122274,"id":1696,"parentId":1560,"tags":{"name":"static/chunks/app/api/skills/route-3cbc9145bb0bbbba.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1355,"timestamp":1306122278,"id":1697,"parentId":1560,"tags":{"name":"static/chunks/app/api/skills/operations/route-0a36e0c8a226ef27.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1353,"timestamp":1306122281,"id":1698,"parentId":1560,"tags":{"name":"static/chunks/app/api/todos/route-6b8a273af5f64ccd.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1349,"timestamp":1306122286,"id":1699,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/route-6ef04d55a40d2ffe.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1346,"timestamp":1306122290,"id":1700,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/[filename]/route-fc8dfa5388d0ca39.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1343,"timestamp":1306122295,"id":1701,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-1b30de6920dda6ea.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1340,"timestamp":1306122298,"id":1702,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-fed7ca96078bae22.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1337,"timestamp":1306122302,"id":1703,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-19ab2b645f9b037b.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1334,"timestamp":1306122307,"id":1704,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/update-plan/route-31015fc11edd481c.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1332,"timestamp":1306122310,"id":1705,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-0013f5ec304ba55c.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1329,"timestamp":1306122314,"id":1706,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-e343f5ba1fce01c4.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1326,"timestamp":1306122319,"id":1707,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/route-0b15fd95625f7a87.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1323,"timestamp":1306122323,"id":1708,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/apply-default-agents/route-c7ebcc81f8abaf08.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1320,"timestamp":1306122327,"id":1709,"parentId":1560,"tags":{"name":"static/chunks/app/proxy/[...path]/route-3ed73abe17d755f6.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1318,"timestamp":1306122331,"id":1710,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/update/route-a47173dd63d82a7f.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1314,"timestamp":1306122335,"id":1711,"parentId":1560,"tags":{"name":"static/chunks/app/api/worktrees/route-75b318d8b610c09f.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1312,"timestamp":1306122340,"id":1712,"parentId":1560,"tags":{"name":"static/chunks/app/login/page-7974413c4ae4fea4.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1309,"timestamp":1306122343,"id":1713,"parentId":1560,"tags":{"name":"static/chunks/app/chat/loading-d434ee28efc4542b.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1306,"timestamp":1306122347,"id":1714,"parentId":1560,"tags":{"name":"static/chunks/app/chat/page-13382a2d0988b12e.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1303,"timestamp":1306122351,"id":1715,"parentId":1560,"tags":{"name":"static/chunks/app/offline/page-b9127940b8a02099.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1299,"timestamp":1306122356,"id":1716,"parentId":1560,"tags":{"name":"static/chunks/app/more/loading-fd3a6ecce972c7ab.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1297,"timestamp":1306122360,"id":1717,"parentId":1560,"tags":{"name":"static/chunks/app/more/page-e4943c813fd060be.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1294,"timestamp":1306122364,"id":1718,"parentId":1560,"tags":{"name":"static/chunks/app/page-13096877fdaa63c8.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1292,"timestamp":1306122368,"id":1719,"parentId":1560,"tags":{"name":"static/chunks/app/repositories/loading-8fe44aade831ffaf.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1289,"timestamp":1306122372,"id":1720,"parentId":1560,"tags":{"name":"static/chunks/app/repositories/page-9a536a680c0a07a9.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1286,"timestamp":1306122376,"id":1721,"parentId":1560,"tags":{"name":"static/chunks/app/review/loading-8c56140c074acf04.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1284,"timestamp":1306122380,"id":1722,"parentId":1560,"tags":{"name":"static/chunks/app/review/page-4c4eef5604ccc735.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1280,"timestamp":1306122385,"id":1723,"parentId":1560,"tags":{"name":"static/chunks/app/sessions/loading-330c917c3178d72e.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1277,"timestamp":1306122388,"id":1724,"parentId":1560,"tags":{"name":"static/chunks/app/sessions/page-90dc4040093310c0.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1275,"timestamp":1306122392,"id":1725,"parentId":1560,"tags":{"name":"static/chunks/app/skills/installed/page-40a8bbcab5b6ece3.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1272,"timestamp":1306122397,"id":1726,"parentId":1560,"tags":{"name":"static/chunks/app/skills/page-1eeac18c42870f77.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1270,"timestamp":1306122401,"id":1727,"parentId":1560,"tags":{"name":"static/chunks/app/skills/[skillId]/page-d9cd34c9b58000ca.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1267,"timestamp":1306122405,"id":1728,"parentId":1560,"tags":{"name":"static/chunks/app/worktrees/[id]/layout-d306ed45f544007f.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1264,"timestamp":1306122409,"id":1729,"parentId":1560,"tags":{"name":"static/chunks/app/worktrees/[id]/loading-dc4de5720f6ab5ff.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1261,"timestamp":1306122413,"id":1730,"parentId":1560,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-6b8634c2046dc424.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1258,"timestamp":1306122417,"id":1731,"parentId":1560,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-7b73a0accd3a0644.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1254,"timestamp":1306122421,"id":1732,"parentId":1560,"tags":{"name":"static/chunks/app/worktrees/[id]/page-249d57f697d811ec.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1252,"timestamp":1306122425,"id":1733,"parentId":1560,"tags":{"name":"static/chunks/webpack-f4fec17b9f35f5a5.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1249,"timestamp":1306122429,"id":1734,"parentId":1560,"tags":{"name":"static/chunks/3922.9c9fb69feaf52684.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1246,"timestamp":1306122433,"id":1735,"parentId":1560,"tags":{"name":"static/chunks/953.ef4497e399601a97.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1243,"timestamp":1306122437,"id":1736,"parentId":1560,"tags":{"name":"static/chunks/530.f3e15fed2b4d9622.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1240,"timestamp":1306122442,"id":1737,"parentId":1560,"tags":{"name":"static/chunks/7229.916880a7075026ef.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1237,"timestamp":1306122446,"id":1738,"parentId":1560,"tags":{"name":"static/chunks/4378.9660630b193ad93a.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1235,"timestamp":1306122450,"id":1739,"parentId":1560,"tags":{"name":"static/chunks/4943.65fe9b5a42528e95.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1231,"timestamp":1306122454,"id":1740,"parentId":1560,"tags":{"name":"static/chunks/8923.fee092ea3f1183f4.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1228,"timestamp":1306122459,"id":1741,"parentId":1560,"tags":{"name":"static/chunks/4937.dccf0357fecc5723.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1225,"timestamp":1306122463,"id":1742,"parentId":1560,"tags":{"name":"static/chunks/4489.0d368cde1fb3357b.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1222,"timestamp":1306122467,"id":1743,"parentId":1560,"tags":{"name":"static/chunks/5142.367bd3be117eed79.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1219,"timestamp":1306122471,"id":1744,"parentId":1560,"tags":{"name":"static/chunks/2935.2ebbb100e3d43c64.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1216,"timestamp":1306122475,"id":1745,"parentId":1560,"tags":{"name":"static/chunks/7732.341d025efb77d613.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1213,"timestamp":1306122479,"id":1746,"parentId":1560,"tags":{"name":"static/chunks/2918.07ccdcb387059c26.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1210,"timestamp":1306122484,"id":1747,"parentId":1560,"tags":{"name":"static/chunks/3862.537a6082bef9f803.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1207,"timestamp":1306122488,"id":1748,"parentId":1560,"tags":{"name":"static/chunks/8706.a191055071758495.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1204,"timestamp":1306122492,"id":1749,"parentId":1560,"tags":{"name":"static/chunks/4384.18b73d21bb82bbb3.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1202,"timestamp":1306122496,"id":1750,"parentId":1560,"tags":{"name":"static/chunks/7528.6f2689bf02ee7e39.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1198,"timestamp":1306122500,"id":1751,"parentId":1560,"tags":{"name":"static/chunks/7095.1a931e6913f28393.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1195,"timestamp":1306122505,"id":1752,"parentId":1560,"tags":{"name":"static/chunks/6596.bb65008aa0ac68d6.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1192,"timestamp":1306122509,"id":1753,"parentId":1560,"tags":{"name":"static/chunks/2311.498eabd1cf6b053c.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1189,"timestamp":1306122513,"id":1754,"parentId":1560,"tags":{"name":"static/chunks/2156.9b99294d52c96d16.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1186,"timestamp":1306122517,"id":1755,"parentId":1560,"tags":{"name":"static/chunks/2601.a828eccc4459dca1.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1183,"timestamp":1306122521,"id":1756,"parentId":1560,"tags":{"name":"static/chunks/5694.201d0e2a5d98a3d6.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1180,"timestamp":1306122525,"id":1757,"parentId":1560,"tags":{"name":"static/chunks/2789.211fa0f02c57b80f.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1177,"timestamp":1306122529,"id":1758,"parentId":1560,"tags":{"name":"static/chunks/8871.d9339ecb3eb1391d.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1175,"timestamp":1306122533,"id":1759,"parentId":1560,"tags":{"name":"static/chunks/7318.13546d24a16d19c8.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1172,"timestamp":1306122537,"id":1760,"parentId":1560,"tags":{"name":"static/chunks/5222.70661c975007e6b1.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1169,"timestamp":1306122541,"id":1761,"parentId":1560,"tags":{"name":"static/chunks/70.711e53c7c9f310df.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1166,"timestamp":1306122545,"id":1762,"parentId":1560,"tags":{"name":"static/chunks/7295.98f5a5b75283c24e.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1164,"timestamp":1306122549,"id":1763,"parentId":1560,"tags":{"name":"static/chunks/8339.0eec7dc6c4205f28.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1161,"timestamp":1306122553,"id":1764,"parentId":1560,"tags":{"name":"static/chunks/5146.080c4cbbd65deea4.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1158,"timestamp":1306122557,"id":1765,"parentId":1560,"tags":{"name":"static/chunks/282.5ed107c9ab46fa5f.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1155,"timestamp":1306122562,"id":1766,"parentId":1560,"tags":{"name":"static/chunks/1345.6321ea113d5bede1.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1152,"timestamp":1306122566,"id":1767,"parentId":1560,"tags":{"name":"static/chunks/5202.c595eef02cbf17a3.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1149,"timestamp":1306122570,"id":1768,"parentId":1560,"tags":{"name":"static/chunks/9775.7f5ac34a0ad29393.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1146,"timestamp":1306122574,"id":1769,"parentId":1560,"tags":{"name":"static/chunks/7968.4ca6adf1b5e72a04.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1144,"timestamp":1306122577,"id":1770,"parentId":1560,"tags":{"name":"static/chunks/3389.491645b95208b655.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1141,"timestamp":1306122581,"id":1771,"parentId":1560,"tags":{"name":"static/chunks/1394.8e56f315b770b4ef.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1138,"timestamp":1306122585,"id":1772,"parentId":1560,"tags":{"name":"static/chunks/577.c5f69dfebe2d4d32.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1134,"timestamp":1306122589,"id":1773,"parentId":1560,"tags":{"name":"static/chunks/2466.2d67cac2e3573f2a.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1132,"timestamp":1306122593,"id":1774,"parentId":1560,"tags":{"name":"static/chunks/framework-38fa8b5af7d90358.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1129,"timestamp":1306122597,"id":1775,"parentId":1560,"tags":{"name":"static/chunks/90542734.d8eec2a0f0f4cbd2.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1126,"timestamp":1306122601,"id":1776,"parentId":1560,"tags":{"name":"static/chunks/2ff9d716.e3d80ce219276621.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"}]
|
|
10
|
-
[{"name":"minify-js","duration":1218,"timestamp":1306122605,"id":1777,"parentId":1560,"tags":{"name":"static/chunks/af7f6608.5e51d05bf66c954d.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1216,"timestamp":1306122609,"id":1778,"parentId":1560,"tags":{"name":"static/chunks/d3ac728e.46277dd0271c22bd.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1213,"timestamp":1306122613,"id":1779,"parentId":1560,"tags":{"name":"static/chunks/4bd1b696-665cdfd6171c0dfe.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1210,"timestamp":1306122617,"id":1780,"parentId":1560,"tags":{"name":"static/chunks/30d07d85.eda90ffd1f72af84.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1208,"timestamp":1306122621,"id":1781,"parentId":1560,"tags":{"name":"static/chunks/6809-ea0b73285ee2d5b8.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1205,"timestamp":1306122625,"id":1782,"parentId":1560,"tags":{"name":"static/chunks/4909-29e7375ee477be0e.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1202,"timestamp":1306122629,"id":1783,"parentId":1560,"tags":{"name":"static/chunks/2770-88afd26d68c8f149.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1199,"timestamp":1306122633,"id":1784,"parentId":1560,"tags":{"name":"static/chunks/790-91e4cc5255faf403.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1196,"timestamp":1306122638,"id":1785,"parentId":1560,"tags":{"name":"static/chunks/4974-8a5cd7ac3ab8bc7e.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1193,"timestamp":1306122642,"id":1786,"parentId":1560,"tags":{"name":"static/chunks/4459.4838a33157fb1a62.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1190,"timestamp":1306122646,"id":1787,"parentId":1560,"tags":{"name":"static/chunks/4290.179b03a83a774748.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1187,"timestamp":1306122650,"id":1788,"parentId":1560,"tags":{"name":"static/chunks/8566-6907d69a61abbfdd.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1183,"timestamp":1306122655,"id":1789,"parentId":1560,"tags":{"name":"static/chunks/9948-1179ea549ed77972.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1181,"timestamp":1306122659,"id":1790,"parentId":1560,"tags":{"name":"static/chunks/9856.0b6ad271de065950.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1177,"timestamp":1306122664,"id":1791,"parentId":1560,"tags":{"name":"static/chunks/1191-929957caf145015a.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1175,"timestamp":1306122668,"id":1792,"parentId":1560,"tags":{"name":"static/chunks/5542-a10a9f427d64f678.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1172,"timestamp":1306122672,"id":1793,"parentId":1560,"tags":{"name":"static/chunks/5951.af60d0ca20c7b9c0.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1169,"timestamp":1306122676,"id":1794,"parentId":1560,"tags":{"name":"static/chunks/6690.e4c27364805e5969.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1166,"timestamp":1306122680,"id":1795,"parentId":1560,"tags":{"name":"static/chunks/9076.a8e4846115ded724.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1163,"timestamp":1306122684,"id":1796,"parentId":1560,"tags":{"name":"static/chunks/7485.c9571ab4860a44ed.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1160,"timestamp":1306122688,"id":1797,"parentId":1560,"tags":{"name":"static/chunks/3916-00ef64632cc9e972.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1157,"timestamp":1306122692,"id":1798,"parentId":1560,"tags":{"name":"static/chunks/1255-8e09e41c0147c246.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1154,"timestamp":1306122696,"id":1799,"parentId":1560,"tags":{"name":"static/chunks/6402-96ee872755f6c8a1.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1152,"timestamp":1306122700,"id":1800,"parentId":1560,"tags":{"name":"static/chunks/8019-548536699508f978.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1149,"timestamp":1306122704,"id":1801,"parentId":1560,"tags":{"name":"static/chunks/6381-dad8c283f2bef309.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1146,"timestamp":1306122708,"id":1802,"parentId":1560,"tags":{"name":"static/chunks/5229-e9a8b0697ce487ee.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1143,"timestamp":1306122712,"id":1803,"parentId":1560,"tags":{"name":"static/chunks/2751-46a5bbf4e8f22aea.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1140,"timestamp":1306122716,"id":1804,"parentId":1560,"tags":{"name":"static/chunks/2053-8f09186730bed088.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1137,"timestamp":1306122720,"id":1805,"parentId":1560,"tags":{"name":"static/chunks/6022-0d7f079e5b0019ce.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1134,"timestamp":1306122724,"id":1806,"parentId":1560,"tags":{"name":"static/chunks/4322-e69448c87a66faa4.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1131,"timestamp":1306122728,"id":1807,"parentId":1560,"tags":{"name":"static/chunks/8593-e72cfa4b121bab89.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":1128,"timestamp":1306122732,"id":1808,"parentId":1560,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":761,"timestamp":1306123101,"id":1810,"parentId":1560,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1788408915605,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":693,"timestamp":1306123170,"id":1812,"parentId":1560,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1788408915605,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":2534,"timestamp":1306122738,"id":1809,"parentId":1560,"tags":{"name":"static/QXxQbXWoo7ldUyOcv7PCZ/_ssgManifest.js","cache":"MISS"},"startTime":1788408915604,"traceId":"f8ee3c2c840576b9"},{"name":"minify-js","duration":4516,"timestamp":1306123114,"id":1811,"parentId":1560,"tags":{"name":"static/QXxQbXWoo7ldUyOcv7PCZ/_buildManifest.js","cache":"MISS"},"startTime":1788408915605,"traceId":"f8ee3c2c840576b9"},{"name":"minify-webpack-plugin-optimize","duration":14422,"timestamp":1306113216,"id":1560,"parentId":1368,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1788408915595,"traceId":"f8ee3c2c840576b9"},{"name":"minify-css","duration":124,"timestamp":1306127810,"id":1814,"parentId":1813,"tags":{"file":"static/css/08db0ee30be10391.css","cache":"HIT"},"startTime":1788408915609,"traceId":"f8ee3c2c840576b9"},{"name":"minify-css","duration":83,"timestamp":1306127855,"id":1815,"parentId":1813,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1788408915610,"traceId":"f8ee3c2c840576b9"},{"name":"minify-css","duration":79,"timestamp":1306127861,"id":1816,"parentId":1813,"tags":{"file":"static/css/11b25db9b78774b4.css","cache":"HIT"},"startTime":1788408915610,"traceId":"f8ee3c2c840576b9"},{"name":"minify-css","duration":77,"timestamp":1306127864,"id":1817,"parentId":1813,"tags":{"file":"static/css/1218be7f0faa9b2a.css","cache":"HIT"},"startTime":1788408915610,"traceId":"f8ee3c2c840576b9"},{"name":"css-minimizer-plugin","duration":207,"timestamp":1306127735,"id":1813,"parentId":1368,"tags":{},"startTime":1788408915609,"traceId":"f8ee3c2c840576b9"},{"name":"seal","duration":698608,"timestamp":1305495775,"id":1544,"parentId":1368,"tags":{},"startTime":1788408914977,"traceId":"f8ee3c2c840576b9"},{"name":"webpack-compilation","duration":2640619,"timestamp":1303553845,"id":1368,"parentId":16,"tags":{"name":"client"},"startTime":1788408913035,"traceId":"f8ee3c2c840576b9"},{"name":"emit","duration":56781,"timestamp":1306194510,"id":1818,"parentId":16,"tags":{},"startTime":1788408915676,"traceId":"f8ee3c2c840576b9"},{"name":"webpack-close","duration":1137688,"timestamp":1306254630,"id":1819,"parentId":16,"tags":{"name":"client"},"startTime":1788408915736,"traceId":"f8ee3c2c840576b9"},{"name":"webpack-generate-error-stats","duration":804,"timestamp":1307392337,"id":1820,"parentId":1819,"tags":{},"startTime":1788408916874,"traceId":"f8ee3c2c840576b9"},{"name":"run-webpack-compiler","duration":25893812,"timestamp":1281499746,"id":16,"parentId":1,"tags":{},"startTime":1788408890981,"traceId":"f8ee3c2c840576b9"},{"name":"format-webpack-messages","duration":88,"timestamp":1307393567,"id":1821,"parentId":1,"tags":{},"startTime":1788408916875,"traceId":"f8ee3c2c840576b9"},{"name":"verify-typescript-setup","duration":40362397,"timestamp":1307397925,"id":1823,"parentId":1,"tags":{},"startTime":1788408916880,"traceId":"f8ee3c2c840576b9"},{"name":"check-static-error-page","duration":76319,"timestamp":1347785455,"id":1826,"parentId":1825,"tags":{},"startTime":1788408957267,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":69475,"timestamp":1348075728,"id":1827,"parentId":1825,"tags":{"page":"/_app"},"startTime":1788408957557,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":68730,"timestamp":1348076498,"id":1829,"parentId":1825,"tags":{"page":"/_document"},"startTime":1788408957558,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":79192,"timestamp":1348076435,"id":1828,"parentId":1825,"tags":{"page":"/_error"},"startTime":1788408957558,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":67657,"timestamp":1348167949,"id":1992,"parentId":1987,"tags":{},"startTime":1788408957650,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":94716,"timestamp":1348140969,"id":1987,"parentId":1825,"tags":{"page":"/icon.png"},"startTime":1788408957623,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":75042,"timestamp":1348168168,"id":1994,"parentId":1989,"tags":{},"startTime":1788408957650,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":101458,"timestamp":1348141788,"id":1989,"parentId":1825,"tags":{"page":"/icon2.png"},"startTime":1788408957623,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":84138,"timestamp":1348168782,"id":1995,"parentId":1831,"tags":{},"startTime":1788408957650,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":175804,"timestamp":1348077162,"id":1831,"parentId":1825,"tags":{"page":"/api/agents/update"},"startTime":1788408957559,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":119190,"timestamp":1348168094,"id":1993,"parentId":1988,"tags":{},"startTime":1788408957650,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":145930,"timestamp":1348141391,"id":1988,"parentId":1825,"tags":{"page":"/icon1.png"},"startTime":1788408957623,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":131140,"timestamp":1348169165,"id":1997,"parentId":1832,"tags":{},"startTime":1788408957651,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":222825,"timestamp":1348077527,"id":1832,"parentId":1825,"tags":{"page":"/api/agents/versions"},"startTime":1788408957559,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":134098,"timestamp":1348168861,"id":1996,"parentId":1830,"tags":{},"startTime":1788408957651,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":226470,"timestamp":1348076531,"id":1830,"parentId":1825,"tags":{"page":"/_not-found"},"startTime":1788408957558,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":137889,"timestamp":1348169370,"id":1998,"parentId":1833,"tags":{},"startTime":1788408957651,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":229363,"timestamp":1348077922,"id":1833,"parentId":1825,"tags":{"page":"/api/app/update-check"},"startTime":1788408957560,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":141282,"timestamp":1348169619,"id":2000,"parentId":1834,"tags":{},"startTime":1788408957651,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":232085,"timestamp":1348078852,"id":1834,"parentId":1825,"tags":{"page":"/api/app/update"},"startTime":1788408957561,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":184059,"timestamp":1348169696,"id":2001,"parentId":1836,"tags":{},"startTime":1788408957651,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":274087,"timestamp":1348079725,"id":1836,"parentId":1825,"tags":{"page":"/api/assistant/current-output"},"startTime":1788408957561,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":199156,"timestamp":1348169434,"id":1999,"parentId":1835,"tags":{},"startTime":1788408957651,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":289316,"timestamp":1348079323,"id":1835,"parentId":1825,"tags":{"page":"/api/assistant/conversation"},"startTime":1788408957561,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":215096,"timestamp":1348169749,"id":2002,"parentId":1837,"tags":{},"startTime":1788408957651,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":304811,"timestamp":1348080077,"id":1837,"parentId":1825,"tags":{"page":"/api/assistant/messages"},"startTime":1788408957562,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":218473,"timestamp":1348169823,"id":2004,"parentId":1840,"tags":{},"startTime":1788408957651,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":305640,"timestamp":1348082691,"id":1840,"parentId":1825,"tags":{"page":"/api/assistant/terminal"},"startTime":1788408957564,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":221600,"timestamp":1348169874,"id":2005,"parentId":1839,"tags":{},"startTime":1788408957652,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":309059,"timestamp":1348082451,"id":1839,"parentId":1825,"tags":{"page":"/api/assistant/start"},"startTime":1788408957564,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":224526,"timestamp":1348169896,"id":2006,"parentId":1841,"tags":{},"startTime":1788408957652,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":311123,"timestamp":1348083332,"id":1841,"parentId":1825,"tags":{"page":"/api/assistant/tools"},"startTime":1788408957565,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":227426,"timestamp":1348169923,"id":2007,"parentId":1842,"tags":{},"startTime":1788408957652,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":313767,"timestamp":1348083611,"id":1842,"parentId":1825,"tags":{"page":"/api/auth/login"},"startTime":1788408957565,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":230196,"timestamp":1348169944,"id":2008,"parentId":1843,"tags":{},"startTime":1788408957652,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":316322,"timestamp":1348083845,"id":1843,"parentId":1825,"tags":{"page":"/api/auth/logout"},"startTime":1788408957565,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":233394,"timestamp":1348170086,"id":2009,"parentId":1844,"tags":{},"startTime":1788408957652,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":319411,"timestamp":1348084095,"id":1844,"parentId":1825,"tags":{"page":"/api/auth/status"},"startTime":1788408957566,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":235589,"timestamp":1348170223,"id":2010,"parentId":1845,"tags":{},"startTime":1788408957652,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":321497,"timestamp":1348084332,"id":1845,"parentId":1825,"tags":{"page":"/api/capabilities"},"startTime":1788408957566,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":243664,"timestamp":1348170275,"id":2011,"parentId":1846,"tags":{},"startTime":1788408957652,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":329411,"timestamp":1348084557,"id":1846,"parentId":1825,"tags":{"page":"/api/daily-summary"},"startTime":1788408957566,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":245694,"timestamp":1348169785,"id":2003,"parentId":1838,"tags":{},"startTime":1788408957651,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":333321,"timestamp":1348082183,"id":1838,"parentId":1825,"tags":{"page":"/api/assistant/session"},"startTime":1788408957564,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":246555,"timestamp":1348170401,"id":2012,"parentId":1847,"tags":{},"startTime":1788408957652,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":331901,"timestamp":1348085075,"id":1847,"parentId":1825,"tags":{"page":"/api/daily-summary/status"},"startTime":1788408957567,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":252361,"timestamp":1348170673,"id":2014,"parentId":1849,"tags":{},"startTime":1788408957652,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":337353,"timestamp":1348085718,"id":1849,"parentId":1825,"tags":{"page":"/api/external-apps/[id]"},"startTime":1788408957567,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":253209,"timestamp":1348170531,"id":2013,"parentId":1848,"tags":{},"startTime":1788408957652,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":338293,"timestamp":1348085469,"id":1848,"parentId":1825,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1788408957567,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":254668,"timestamp":1348170804,"id":2015,"parentId":1850,"tags":{},"startTime":1788408957652,"traceId":"f8ee3c2c840576b9"}]
|
|
11
|
-
[{"name":"check-page","duration":339825,"timestamp":1348085948,"id":1850,"parentId":1825,"tags":{"page":"/api/external-apps"},"startTime":1788408957568,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":257179,"timestamp":1348171095,"id":2017,"parentId":1852,"tags":{},"startTime":1788408957653,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":341855,"timestamp":1348086445,"id":1852,"parentId":1825,"tags":{"page":"/api/fs/recent-paths"},"startTime":1788408957568,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":258229,"timestamp":1348170941,"id":2016,"parentId":1851,"tags":{},"startTime":1788408957653,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":342973,"timestamp":1348086215,"id":1851,"parentId":1825,"tags":{"page":"/api/fs/browse"},"startTime":1788408957568,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":263562,"timestamp":1348171166,"id":2018,"parentId":1853,"tags":{},"startTime":1788408957653,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":348083,"timestamp":1348086675,"id":1853,"parentId":1825,"tags":{"page":"/api/hooks/agent-event"},"startTime":1788408957568,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":269860,"timestamp":1348171204,"id":2019,"parentId":1854,"tags":{},"startTime":1788408957653,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":353936,"timestamp":1348087169,"id":1854,"parentId":1825,"tags":{"page":"/api/hooks/claude-done"},"startTime":1788408957569,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":269971,"timestamp":1348171228,"id":2020,"parentId":1856,"tags":{},"startTime":1788408957653,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":353576,"timestamp":1348087644,"id":1856,"parentId":1825,"tags":{"page":"/api/metrics/vibe"},"startTime":1788408957569,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":275754,"timestamp":1348171298,"id":2022,"parentId":1857,"tags":{},"startTime":1788408957653,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":359215,"timestamp":1348087874,"id":1857,"parentId":1825,"tags":{"page":"/api/ollama/models"},"startTime":1788408957570,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":275921,"timestamp":1348171276,"id":2021,"parentId":1855,"tags":{},"startTime":1788408957653,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":359807,"timestamp":1348087415,"id":1855,"parentId":1825,"tags":{"page":"/api/hooks/permission-request"},"startTime":1788408957569,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":277022,"timestamp":1348171407,"id":2023,"parentId":1858,"tags":{},"startTime":1788408957653,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":360327,"timestamp":1348088123,"id":1858,"parentId":1825,"tags":{"page":"/api/push/escalation"},"startTime":1788408957570,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":278766,"timestamp":1348171558,"id":2024,"parentId":1859,"tags":{},"startTime":1788408957653,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":361999,"timestamp":1348088353,"id":1859,"parentId":1825,"tags":{"page":"/api/push/subscriptions"},"startTime":1788408957570,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":280770,"timestamp":1348171753,"id":2025,"parentId":1861,"tags":{},"startTime":1788408957653,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":363492,"timestamp":1348089057,"id":1861,"parentId":1825,"tags":{"page":"/api/remote/pair"},"startTime":1788408957571,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":281199,"timestamp":1348171861,"id":2026,"parentId":1860,"tags":{},"startTime":1788408957654,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":364500,"timestamp":1348088575,"id":1860,"parentId":1825,"tags":{"page":"/api/push/vapid"},"startTime":1788408957570,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":284878,"timestamp":1348171903,"id":2027,"parentId":1862,"tags":{},"startTime":1788408957654,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":367507,"timestamp":1348089300,"id":1862,"parentId":1825,"tags":{"page":"/api/repositories/[id]"},"startTime":1788408957571,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":286955,"timestamp":1348171998,"id":2028,"parentId":1864,"tags":{},"startTime":1788408957654,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":369235,"timestamp":1348089744,"id":1864,"parentId":1825,"tags":{"page":"/api/repositories/[id]/todos"},"startTime":1788408957571,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":291069,"timestamp":1348172059,"id":2029,"parentId":1863,"tags":{},"startTime":1788408957654,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":373636,"timestamp":1348089524,"id":1863,"parentId":1825,"tags":{"page":"/api/repositories/[id]/todos/[todoId]"},"startTime":1788408957571,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":294116,"timestamp":1348172107,"id":2031,"parentId":1867,"tags":{},"startTime":1788408957654,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":375815,"timestamp":1348090433,"id":1867,"parentId":1825,"tags":{"page":"/api/repositories/excluded"},"startTime":1788408957572,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":295010,"timestamp":1348172085,"id":2030,"parentId":1865,"tags":{},"startTime":1788408957654,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":377188,"timestamp":1348089963,"id":1865,"parentId":1825,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1788408957572,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":297364,"timestamp":1348172163,"id":2033,"parentId":1868,"tags":{},"startTime":1788408957654,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":379074,"timestamp":1348091080,"id":1868,"parentId":1825,"tags":{"page":"/api/repositories/restore"},"startTime":1788408957573,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":301044,"timestamp":1348172199,"id":2034,"parentId":1869,"tags":{},"startTime":1788408957654,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":381933,"timestamp":1348091329,"id":1869,"parentId":1825,"tags":{"page":"/api/repositories"},"startTime":1788408957573,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":304683,"timestamp":1348172140,"id":2032,"parentId":1866,"tags":{},"startTime":1788408957654,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":386642,"timestamp":1348090209,"id":1866,"parentId":1825,"tags":{"page":"/api/repositories/clone"},"startTime":1788408957572,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":305604,"timestamp":1348172230,"id":2035,"parentId":1870,"tags":{},"startTime":1788408957654,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":386298,"timestamp":1348091559,"id":1870,"parentId":1825,"tags":{"page":"/api/repositories/scan"},"startTime":1788408957573,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":308003,"timestamp":1348172255,"id":2036,"parentId":1871,"tags":{},"startTime":1788408957654,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":388498,"timestamp":1348091780,"id":1871,"parentId":1825,"tags":{"page":"/api/repositories/sync"},"startTime":1788408957573,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":308077,"timestamp":1348172384,"id":2037,"parentId":1872,"tags":{},"startTime":1788408957654,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":388451,"timestamp":1348092033,"id":1872,"parentId":1825,"tags":{"page":"/api/repositories/validate-path"},"startTime":1788408957574,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":310198,"timestamp":1348172653,"id":2039,"parentId":1874,"tags":{},"startTime":1788408957654,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":390257,"timestamp":1348092614,"id":1874,"parentId":1825,"tags":{"page":"/api/settings/default-surface-mode"},"startTime":1788408957574,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":311385,"timestamp":1348172521,"id":2038,"parentId":1873,"tags":{},"startTime":1788408957654,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":391528,"timestamp":1348092397,"id":1873,"parentId":1825,"tags":{"page":"/api/settings/default-agents"},"startTime":1788408957574,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":312519,"timestamp":1348172758,"id":2040,"parentId":1875,"tags":{},"startTime":1788408957654,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":392423,"timestamp":1348092878,"id":1875,"parentId":1825,"tags":{"page":"/api/sidebar/group-order"},"startTime":1788408957575,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":321253,"timestamp":1348172888,"id":2041,"parentId":1876,"tags":{},"startTime":1788408957655,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":401018,"timestamp":1348093152,"id":1876,"parentId":1825,"tags":{"page":"/api/skills/[id]"},"startTime":1788408957575,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":323328,"timestamp":1348173071,"id":2042,"parentId":1877,"tags":{},"startTime":1788408957655,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":403021,"timestamp":1348093407,"id":1877,"parentId":1825,"tags":{"page":"/api/skills/installations"},"startTime":1788408957575,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":325120,"timestamp":1348173221,"id":2043,"parentId":1878,"tags":{},"startTime":1788408957655,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":404706,"timestamp":1348093658,"id":1878,"parentId":1825,"tags":{"page":"/api/skills/operations"},"startTime":1788408957575,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":326087,"timestamp":1348173329,"id":2044,"parentId":1879,"tags":{},"startTime":1788408957655,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":405524,"timestamp":1348093918,"id":1879,"parentId":1825,"tags":{"page":"/api/skills/reindex"},"startTime":1788408957576,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":328143,"timestamp":1348173418,"id":2045,"parentId":1880,"tags":{},"startTime":1788408957655,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":407387,"timestamp":1348094193,"id":1880,"parentId":1825,"tags":{"page":"/api/skills"},"startTime":1788408957576,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":332132,"timestamp":1348173497,"id":2047,"parentId":1882,"tags":{},"startTime":1788408957655,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":410956,"timestamp":1348094699,"id":1882,"parentId":1825,"tags":{"page":"/api/tasks/[taskId]/cancel"},"startTime":1788408957576,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":340286,"timestamp":1348167593,"id":1991,"parentId":1986,"tags":{},"startTime":1788408957649,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":367336,"timestamp":1348140571,"id":1986,"parentId":1825,"tags":{"page":"/apple-icon.png"},"startTime":1788408957622,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":336971,"timestamp":1348173527,"id":2048,"parentId":1883,"tags":{},"startTime":1788408957655,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":415269,"timestamp":1348095252,"id":1883,"parentId":1825,"tags":{"page":"/api/tasks/[taskId]"},"startTime":1788408957577,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":346591,"timestamp":1348173466,"id":2046,"parentId":1881,"tags":{},"startTime":1788408957655,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":425646,"timestamp":1348094447,"id":1881,"parentId":1825,"tags":{"page":"/api/slash-commands"},"startTime":1788408957576,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":348008,"timestamp":1348173660,"id":2051,"parentId":1886,"tags":{},"startTime":1788408957655,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":425827,"timestamp":1348095861,"id":1886,"parentId":1825,"tags":{"page":"/api/todos"},"startTime":1788408957578,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":351737,"timestamp":1348173570,"id":2050,"parentId":1885,"tags":{},"startTime":1788408957655,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":429658,"timestamp":1348095669,"id":1885,"parentId":1825,"tags":{"page":"/api/templates"},"startTime":1788408957577,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":352195,"timestamp":1348173684,"id":2052,"parentId":1887,"tags":{},"startTime":1788408957655,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":429774,"timestamp":1348096132,"id":1887,"parentId":1825,"tags":{"page":"/api/verification/runs/[runId]"},"startTime":1788408957578,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":354033,"timestamp":1348173707,"id":2053,"parentId":1888,"tags":{},"startTime":1788408957655,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":431232,"timestamp":1348096531,"id":1888,"parentId":1825,"tags":{"page":"/api/verification/runs"},"startTime":1788408957578,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":356605,"timestamp":1348173788,"id":2055,"parentId":1890,"tags":{},"startTime":1788408957655,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":433043,"timestamp":1348097371,"id":1890,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1788408957579,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":356776,"timestamp":1348173764,"id":2054,"parentId":1889,"tags":{},"startTime":1788408957655,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":433625,"timestamp":1348096934,"id":1889,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1788408957579,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":359385,"timestamp":1348173815,"id":2056,"parentId":1891,"tags":{},"startTime":1788408957655,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":435369,"timestamp":1348097863,"id":1891,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/clear-composer"},"startTime":1788408957580,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":360917,"timestamp":1348173839,"id":2057,"parentId":1893,"tags":{},"startTime":1788408957655,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":435890,"timestamp":1348098887,"id":1893,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1788408957581,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":362675,"timestamp":1348173868,"id":2058,"parentId":1892,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":438171,"timestamp":1348098396,"id":1892,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/cli-reference"},"startTime":1788408957580,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":365180,"timestamp":1348173935,"id":2060,"parentId":1895,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":439215,"timestamp":1348099918,"id":1895,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1788408957582,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":365658,"timestamp":1348173903,"id":2059,"parentId":1894,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":440166,"timestamp":1348099426,"id":1894,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/cmate/schedules"},"startTime":1788408957581,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":368534,"timestamp":1348173968,"id":2061,"parentId":1896,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":442089,"timestamp":1348100432,"id":1896,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/env"},"startTime":1788408957582,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":371816,"timestamp":1348174050,"id":2063,"parentId":1898,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":444440,"timestamp":1348101445,"id":1898,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/execution-logs"},"startTime":1788408957583,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":374205,"timestamp":1348173991,"id":2062,"parentId":1897,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":447306,"timestamp":1348100918,"id":1897,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/execution-logs/[logId]"},"startTime":1788408957583,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":379251,"timestamp":1348174127,"id":2064,"parentId":1899,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":451073,"timestamp":1348102328,"id":1899,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1788408957584,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":380609,"timestamp":1348174155,"id":2065,"parentId":1901,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":451623,"timestamp":1348103162,"id":1901,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/branch/delete"},"startTime":1788408957585,"traceId":"f8ee3c2c840576b9"}]
|
|
12
|
-
[{"name":"is-page-static","duration":383742,"timestamp":1348174176,"id":2066,"parentId":1900,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":455200,"timestamp":1348102740,"id":1900,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/branch/create"},"startTime":1788408957584,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":384502,"timestamp":1348173550,"id":2049,"parentId":1884,"tags":{},"startTime":1788408957655,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":462599,"timestamp":1348095470,"id":1884,"parentId":1825,"tags":{"page":"/api/templates/[id]"},"startTime":1788408957577,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":384762,"timestamp":1348174196,"id":2067,"parentId":1902,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":455408,"timestamp":1348103573,"id":1902,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/branches"},"startTime":1788408957585,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":387577,"timestamp":1348174218,"id":2068,"parentId":1903,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":457842,"timestamp":1348103976,"id":1903,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/checkout"},"startTime":1788408957586,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":388564,"timestamp":1348174266,"id":2070,"parentId":1905,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":458096,"timestamp":1348104754,"id":1905,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/diff"},"startTime":1788408957586,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":391287,"timestamp":1348174288,"id":2071,"parentId":1906,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":460445,"timestamp":1348105155,"id":1906,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/fetch"},"startTime":1788408957587,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":394874,"timestamp":1348174310,"id":2072,"parentId":1907,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":463654,"timestamp":1348105552,"id":1907,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/log"},"startTime":1788408957587,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":395024,"timestamp":1348174339,"id":2073,"parentId":1908,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":463430,"timestamp":1348105957,"id":1908,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/pull"},"startTime":1788408957588,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":396332,"timestamp":1348174242,"id":2069,"parentId":1904,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":466221,"timestamp":1348104378,"id":1904,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/commit"},"startTime":1788408957586,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":397635,"timestamp":1348174363,"id":2074,"parentId":1909,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":465651,"timestamp":1348106390,"id":1909,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/push"},"startTime":1788408957588,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":398946,"timestamp":1348174390,"id":2075,"parentId":1910,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":466574,"timestamp":1348106790,"id":1910,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/reset"},"startTime":1788408957588,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":400287,"timestamp":1348174434,"id":2077,"parentId":1912,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":467116,"timestamp":1348107631,"id":1912,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/show/[commitHash]"},"startTime":1788408957589,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":400574,"timestamp":1348174413,"id":2076,"parentId":1911,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":467807,"timestamp":1348107223,"id":1911,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/revert"},"startTime":1788408957589,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":402575,"timestamp":1348174458,"id":2078,"parentId":1913,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":469009,"timestamp":1348108058,"id":1913,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/stage"},"startTime":1788408957590,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":402973,"timestamp":1348174480,"id":2079,"parentId":1914,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":469008,"timestamp":1348108464,"id":1914,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/staged"},"startTime":1788408957590,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":406550,"timestamp":1348174501,"id":2080,"parentId":1915,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":471781,"timestamp":1348109294,"id":1915,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/stash/[index]"},"startTime":1788408957591,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":406648,"timestamp":1348174524,"id":2081,"parentId":1916,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":471484,"timestamp":1348109709,"id":1916,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/stash/apply"},"startTime":1788408957591,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":406733,"timestamp":1348174544,"id":2082,"parentId":1917,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":471147,"timestamp":1348110144,"id":1917,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/stash/pop"},"startTime":1788408957592,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":409305,"timestamp":1348174588,"id":2084,"parentId":1919,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":472958,"timestamp":1348110957,"id":1919,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/stash"},"startTime":1788408957593,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":409656,"timestamp":1348174569,"id":2083,"parentId":1918,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":473693,"timestamp":1348110558,"id":1918,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/stash/push"},"startTime":1788408957592,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":410524,"timestamp":1348174612,"id":2085,"parentId":1920,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":473778,"timestamp":1348111378,"id":1920,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/status"},"startTime":1788408957593,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":411872,"timestamp":1348174632,"id":2086,"parentId":1921,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":474745,"timestamp":1348111779,"id":1921,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/unstage"},"startTime":1788408957593,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":413762,"timestamp":1348174654,"id":2087,"parentId":1922,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":476221,"timestamp":1348112214,"id":1922,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/git/working-diff"},"startTime":1788408957594,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":414173,"timestamp":1348174697,"id":2088,"parentId":1923,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":476285,"timestamp":1348112612,"id":1923,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/instances/opencode"},"startTime":1788408957594,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":415245,"timestamp":1348174727,"id":2089,"parentId":1924,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":476953,"timestamp":1348113038,"id":1924,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1788408957595,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":417713,"timestamp":1348175040,"id":2092,"parentId":1927,"tags":{},"startTime":1788408957657,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":478510,"timestamp":1348114262,"id":1927,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1788408957596,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":418064,"timestamp":1348174905,"id":2091,"parentId":1926,"tags":{},"startTime":1788408957657,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":479157,"timestamp":1348113833,"id":1926,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1788408957595,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":421692,"timestamp":1348175106,"id":2094,"parentId":1929,"tags":{},"startTime":1788408957657,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":481741,"timestamp":1348115080,"id":1929,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1788408957597,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":425613,"timestamp":1348175140,"id":2095,"parentId":1930,"tags":{},"startTime":1788408957657,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":485300,"timestamp":1348115479,"id":1930,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1788408957597,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":429319,"timestamp":1348175171,"id":2096,"parentId":1931,"tags":{},"startTime":1788408957657,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":488240,"timestamp":1348116278,"id":1931,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1788408957598,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":433362,"timestamp":1348175216,"id":2097,"parentId":1932,"tags":{},"startTime":1788408957657,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":491910,"timestamp":1348116688,"id":1932,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/opencode/diff"},"startTime":1788408957598,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":437238,"timestamp":1348175262,"id":2098,"parentId":1933,"tags":{},"startTime":1788408957657,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":495374,"timestamp":1348117154,"id":1933,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/opencode/session"},"startTime":1788408957599,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":442742,"timestamp":1348175310,"id":2099,"parentId":1934,"tags":{},"startTime":1788408957657,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":500478,"timestamp":1348117599,"id":1934,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/opencode/share"},"startTime":1788408957599,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":444784,"timestamp":1348175372,"id":2100,"parentId":1935,"tags":{},"startTime":1788408957657,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":502145,"timestamp":1348118034,"id":1935,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1788408957600,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":448642,"timestamp":1348175402,"id":2101,"parentId":1936,"tags":{},"startTime":1788408957657,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":505637,"timestamp":1348118435,"id":1936,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/resolve-target"},"startTime":1788408957600,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":452749,"timestamp":1348175449,"id":2102,"parentId":1937,"tags":{},"startTime":1788408957657,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":509382,"timestamp":1348118837,"id":1937,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1788408957600,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":453847,"timestamp":1348174771,"id":2090,"parentId":1925,"tags":{},"startTime":1788408957656,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":515200,"timestamp":1348113439,"id":1925,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1788408957595,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":457100,"timestamp":1348175495,"id":2103,"parentId":1938,"tags":{},"startTime":1788408957657,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":513347,"timestamp":1348119270,"id":1938,"parentId":1825,"tags":{"page":"/api/worktrees/[id]"},"startTime":1788408957601,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":459569,"timestamp":1348175530,"id":2104,"parentId":1939,"tags":{},"startTime":1788408957657,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":515452,"timestamp":1348119668,"id":1939,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/schedules/[scheduleId]"},"startTime":1788408957601,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":463990,"timestamp":1348175562,"id":2105,"parentId":1942,"tags":{},"startTime":1788408957657,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":518680,"timestamp":1348120901,"id":1942,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1788408957603,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":467950,"timestamp":1348175647,"id":2107,"parentId":1943,"tags":{},"startTime":1788408957657,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":522305,"timestamp":1348121316,"id":1943,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1788408957603,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":468666,"timestamp":1348175584,"id":2106,"parentId":1940,"tags":{},"startTime":1788408957657,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":524178,"timestamp":1348120093,"id":1940,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/schedules/active"},"startTime":1788408957602,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":472048,"timestamp":1348175679,"id":2108,"parentId":1941,"tags":{},"startTime":1788408957657,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":527258,"timestamp":1348120499,"id":1941,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/schedules"},"startTime":1788408957602,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":486554,"timestamp":1348175840,"id":2109,"parentId":1944,"tags":{},"startTime":1788408957657,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":540642,"timestamp":1348121798,"id":1944,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/git-workflow"},"startTime":1788408957603,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":488062,"timestamp":1348176104,"id":2110,"parentId":1945,"tags":{},"startTime":1788408957658,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":541972,"timestamp":1348122225,"id":1945,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/install"},"startTime":1788408957604,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":494646,"timestamp":1348176413,"id":2112,"parentId":1947,"tags":{},"startTime":1788408957658,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":547562,"timestamp":1348123533,"id":1947,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall-plan"},"startTime":1788408957605,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":495593,"timestamp":1348176270,"id":2111,"parentId":1946,"tags":{},"startTime":1788408957658,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":549273,"timestamp":1348122619,"id":1946,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/plan"},"startTime":1788408957604,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":496015,"timestamp":1348176648,"id":2113,"parentId":1948,"tags":{},"startTime":1788408957658,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":548734,"timestamp":1348123951,"id":1948,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall"},"startTime":1788408957606,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":499506,"timestamp":1348176819,"id":2114,"parentId":1949,"tags":{},"startTime":1788408957658,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":551958,"timestamp":1348124393,"id":1949,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/update-plan"},"startTime":1788408957606,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":499499,"timestamp":1348176961,"id":2115,"parentId":1951,"tags":{},"startTime":1788408957659,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":551281,"timestamp":1348125201,"id":1951,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/skills"},"startTime":1788408957607,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":503250,"timestamp":1348177305,"id":2117,"parentId":1952,"tags":{},"startTime":1788408957659,"traceId":"f8ee3c2c840576b9"}]
|
|
13
|
-
[{"name":"check-page","duration":555228,"timestamp":1348125590,"id":1952,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1788408957607,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":507243,"timestamp":1348177342,"id":2118,"parentId":1953,"tags":{},"startTime":1788408957659,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":558634,"timestamp":1348125990,"id":1953,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/special-keys"},"startTime":1788408957608,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":507524,"timestamp":1348177242,"id":2116,"parentId":1950,"tags":{},"startTime":1788408957659,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":560000,"timestamp":1348124786,"id":1950,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/update"},"startTime":1788408957606,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":511459,"timestamp":1348177436,"id":2120,"parentId":1956,"tags":{},"startTime":1788408957659,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":561712,"timestamp":1348127254,"id":1956,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/timers/history"},"startTime":1788408957609,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":511674,"timestamp":1348177408,"id":2119,"parentId":1954,"tags":{},"startTime":1788408957659,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":562701,"timestamp":1348126423,"id":1954,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/tasks"},"startTime":1788408957608,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":515554,"timestamp":1348177517,"id":2122,"parentId":1957,"tags":{},"startTime":1788408957659,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":565434,"timestamp":1348127660,"id":1957,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/timers"},"startTime":1788408957609,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":517676,"timestamp":1348177556,"id":2123,"parentId":1959,"tags":{},"startTime":1788408957659,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":566738,"timestamp":1348128519,"id":1959,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/todos"},"startTime":1788408957610,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":520306,"timestamp":1348177585,"id":2124,"parentId":1958,"tags":{},"startTime":1788408957659,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":569804,"timestamp":1348128109,"id":1958,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/todos/[todoId]"},"startTime":1788408957610,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":522425,"timestamp":1348177475,"id":2121,"parentId":1955,"tags":{},"startTime":1788408957659,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":573103,"timestamp":1348126822,"id":1955,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1788408957608,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":522833,"timestamp":1348177612,"id":2125,"parentId":1960,"tags":{},"startTime":1788408957659,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":571549,"timestamp":1348128916,"id":1960,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1788408957611,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":526810,"timestamp":1348177671,"id":2127,"parentId":1962,"tags":{},"startTime":1788408957659,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":574766,"timestamp":1348129740,"id":1962,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1788408957611,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":527029,"timestamp":1348177634,"id":2126,"parentId":1961,"tags":{},"startTime":1788408957659,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":575333,"timestamp":1348129347,"id":1961,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1788408957611,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":529971,"timestamp":1348177708,"id":2128,"parentId":1963,"tags":{},"startTime":1788408957659,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":577116,"timestamp":1348130585,"id":1963,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/verify/config"},"startTime":1788408957612,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":532540,"timestamp":1348177757,"id":2130,"parentId":1966,"tags":{},"startTime":1788408957659,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":578491,"timestamp":1348131829,"id":1966,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/verify/runs/[runId]"},"startTime":1788408957613,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":536793,"timestamp":1348177785,"id":2131,"parentId":1965,"tags":{},"startTime":1788408957659,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":583170,"timestamp":1348131432,"id":1965,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/verify/runs/[runId]/cancel"},"startTime":1788408957613,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":540248,"timestamp":1348177807,"id":2132,"parentId":1967,"tags":{},"startTime":1788408957659,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":585825,"timestamp":1348132252,"id":1967,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/verify/runs"},"startTime":1788408957614,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":543756,"timestamp":1348177830,"id":2133,"parentId":1968,"tags":{},"startTime":1788408957659,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":588964,"timestamp":1348132645,"id":1968,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1788408957614,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":548091,"timestamp":1348177980,"id":2134,"parentId":1969,"tags":{},"startTime":1788408957660,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":593014,"timestamp":1348133082,"id":1969,"parentId":1825,"tags":{"page":"/api/worktrees/apply-default-agents"},"startTime":1788408957615,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":548589,"timestamp":1348177735,"id":2129,"parentId":1964,"tags":{},"startTime":1788408957659,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":595348,"timestamp":1348130993,"id":1964,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/verify"},"startTime":1788408957613,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":548602,"timestamp":1348178165,"id":2135,"parentId":1970,"tags":{},"startTime":1788408957660,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":593289,"timestamp":1348133495,"id":1970,"parentId":1825,"tags":{"page":"/api/worktrees"},"startTime":1788408957615,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":544435,"timestamp":1348184687,"id":2137,"parentId":1990,"tags":{},"startTime":1788408957666,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":586934,"timestamp":1348142211,"id":1990,"parentId":1825,"tags":{"page":"/manifest.webmanifest"},"startTime":1788408957624,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":549265,"timestamp":1348181253,"id":2136,"parentId":1976,"tags":{},"startTime":1788408957663,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":594684,"timestamp":1348135853,"id":1976,"parentId":1825,"tags":{"page":"/proxy/[...path]"},"startTime":1788408957618,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":569402,"timestamp":1348185958,"id":2138,"parentId":1971,"tags":{},"startTime":1788408957668,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":621510,"timestamp":1348133892,"id":1971,"parentId":1825,"tags":{"page":"/chat"},"startTime":1788408957616,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":573326,"timestamp":1348186201,"id":2140,"parentId":1973,"tags":{},"startTime":1788408957668,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":624839,"timestamp":1348134720,"id":1973,"parentId":1825,"tags":{"page":"/more"},"startTime":1788408957616,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":576294,"timestamp":1348186292,"id":2141,"parentId":1974,"tags":{},"startTime":1788408957668,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":627505,"timestamp":1348135121,"id":1974,"parentId":1825,"tags":{"page":"/offline"},"startTime":1788408957617,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":580133,"timestamp":1348186417,"id":2142,"parentId":1975,"tags":{},"startTime":1788408957668,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":631125,"timestamp":1348135451,"id":1975,"parentId":1825,"tags":{"page":"/"},"startTime":1788408957617,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":583414,"timestamp":1348186506,"id":2143,"parentId":1977,"tags":{},"startTime":1788408957668,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":633661,"timestamp":1348136286,"id":1977,"parentId":1825,"tags":{"page":"/repositories"},"startTime":1788408957618,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":586805,"timestamp":1348186605,"id":2144,"parentId":1978,"tags":{},"startTime":1788408957668,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":636293,"timestamp":1348137142,"id":1978,"parentId":1825,"tags":{"page":"/review"},"startTime":1788408957619,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":589807,"timestamp":1348186703,"id":2145,"parentId":1979,"tags":{},"startTime":1788408957668,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":638881,"timestamp":1348137653,"id":1979,"parentId":1825,"tags":{"page":"/sessions"},"startTime":1788408957619,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":599160,"timestamp":1348186095,"id":2139,"parentId":1972,"tags":{},"startTime":1788408957668,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":650961,"timestamp":1348134320,"id":1972,"parentId":1825,"tags":{"page":"/login"},"startTime":1788408957616,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":598824,"timestamp":1348186796,"id":2146,"parentId":1980,"tags":{},"startTime":1788408957668,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":647541,"timestamp":1348138102,"id":1980,"parentId":1825,"tags":{"page":"/skills/[skillId]"},"startTime":1788408957620,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":604073,"timestamp":1348186982,"id":2148,"parentId":1982,"tags":{},"startTime":1788408957669,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":652165,"timestamp":1348138915,"id":1982,"parentId":1825,"tags":{"page":"/skills"},"startTime":1788408957621,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":605386,"timestamp":1348187823,"id":2149,"parentId":1983,"tags":{},"startTime":1788408957669,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":653890,"timestamp":1348139342,"id":1983,"parentId":1825,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1788408957621,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":615161,"timestamp":1348186892,"id":2147,"parentId":1981,"tags":{},"startTime":1788408957669,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":663559,"timestamp":1348138518,"id":1981,"parentId":1825,"tags":{"page":"/skills/installed"},"startTime":1788408957620,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":618771,"timestamp":1348188069,"id":2151,"parentId":1985,"tags":{},"startTime":1788408957670,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":666683,"timestamp":1348140178,"id":1985,"parentId":1825,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1788408957622,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":637790,"timestamp":1348187940,"id":2150,"parentId":1984,"tags":{},"startTime":1788408957670,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":686039,"timestamp":1348139730,"id":1984,"parentId":1825,"tags":{"page":"/worktrees/[id]"},"startTime":1788408957621,"traceId":"f8ee3c2c840576b9"},{"name":"is-page-static","duration":679498,"timestamp":1348175078,"id":2093,"parentId":1928,"tags":{},"startTime":1788408957657,"traceId":"f8ee3c2c840576b9"},{"name":"check-page","duration":739963,"timestamp":1348114653,"id":1928,"parentId":1825,"tags":{"page":"/api/worktrees/[id]/marp-render"},"startTime":1788408957596,"traceId":"f8ee3c2c840576b9"},{"name":"static-check","duration":1069888,"timestamp":1347784765,"id":1825,"parentId":1,"tags":{},"startTime":1788408957266,"traceId":"f8ee3c2c840576b9"},{"name":"generate-required-server-files","duration":483,"timestamp":1348854937,"id":2153,"parentId":1,"tags":{},"startTime":1788408958337,"traceId":"f8ee3c2c840576b9"},{"name":"write-routes-manifest","duration":32365,"timestamp":1348868784,"id":2155,"parentId":1,"tags":{},"startTime":1788408958350,"traceId":"f8ee3c2c840576b9"},{"name":"load-dotenv","duration":180,"timestamp":1351017000,"id":2158,"parentId":2157,"tags":{},"startTime":1788408960499,"traceId":"f8ee3c2c840576b9"},{"name":"run-export-path-map","duration":441,"timestamp":1352855149,"id":2159,"parentId":2157,"tags":{},"startTime":1788408962337,"traceId":"f8ee3c2c840576b9"},{"name":"next-export","duration":3867445,"timestamp":1351016159,"id":2157,"parentId":1,"tags":{},"startTime":1788408960498,"traceId":"f8ee3c2c840576b9"},{"name":"move-exported-app-not-found-","duration":90,"timestamp":1354885730,"id":2160,"parentId":2156,"tags":{},"startTime":1788408964367,"traceId":"f8ee3c2c840576b9"},{"name":"move-exported-page","duration":144048,"timestamp":1354885921,"id":2161,"parentId":2156,"tags":{},"startTime":1788408964368,"traceId":"f8ee3c2c840576b9"},{"name":"static-generation","duration":4792280,"timestamp":1351012584,"id":2156,"parentId":1,"tags":{},"startTime":1788408960494,"traceId":"f8ee3c2c840576b9"},{"name":"write-routes-manifest","duration":163040,"timestamp":1355805517,"id":2162,"parentId":1,"tags":{},"startTime":1788408965287,"traceId":"f8ee3c2c840576b9"},{"name":"node-file-trace-build","duration":21226025,"timestamp":1348860407,"id":2154,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1788408958342,"traceId":"f8ee3c2c840576b9"},{"name":"apply-include-excludes","duration":1165,"timestamp":1370086452,"id":2163,"parentId":1,"tags":{},"startTime":1788408979568,"traceId":"f8ee3c2c840576b9"},{"name":"print-tree-view","duration":11702,"timestamp":1370087829,"id":2164,"parentId":1,"tags":{},"startTime":1788408979569,"traceId":"f8ee3c2c840576b9"},{"name":"telemetry-flush","duration":54,"timestamp":1370099544,"id":2165,"parentId":1,"tags":{},"startTime":1788408979581,"traceId":"f8ee3c2c840576b9"},{"name":"next-build","duration":88927130,"timestamp":1281172475,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.20","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1788408890654,"traceId":"f8ee3c2c840576b9"}]
|
|
1
|
+
[{"name":"generate-buildid","duration":242,"timestamp":1562030966,"id":4,"parentId":1,"tags":{},"startTime":1788600594830,"traceId":"1ff32e3b8b0592d4"},{"name":"load-custom-routes","duration":1685,"timestamp":1562031302,"id":5,"parentId":1,"tags":{},"startTime":1788600594830,"traceId":"1ff32e3b8b0592d4"},{"name":"create-dist-dir","duration":19790,"timestamp":1562114509,"id":6,"parentId":1,"tags":{},"startTime":1788600594913,"traceId":"1ff32e3b8b0592d4"},{"name":"create-pages-mapping","duration":281,"timestamp":1562200795,"id":7,"parentId":1,"tags":{},"startTime":1788600595000,"traceId":"1ff32e3b8b0592d4"},{"name":"collect-app-files","duration":12735,"timestamp":1562201117,"id":8,"parentId":1,"tags":{},"startTime":1788600595000,"traceId":"1ff32e3b8b0592d4"},{"name":"create-app-mapping","duration":5035,"timestamp":1562213883,"id":9,"parentId":1,"tags":{},"startTime":1788600595013,"traceId":"1ff32e3b8b0592d4"},{"name":"create-app-layouts","duration":141,"timestamp":1562218947,"id":10,"parentId":1,"tags":{},"startTime":1788600595018,"traceId":"1ff32e3b8b0592d4"},{"name":"collect-default-files","duration":7831,"timestamp":1562221495,"id":12,"parentId":1,"tags":{},"startTime":1788600595020,"traceId":"1ff32e3b8b0592d4"},{"name":"generate-route-types","duration":29098,"timestamp":1562220498,"id":11,"parentId":1,"tags":{},"startTime":1788600595019,"traceId":"1ff32e3b8b0592d4"},{"name":"public-dir-conflict-check","duration":533,"timestamp":1562249652,"id":13,"parentId":1,"tags":{},"startTime":1788600595048,"traceId":"1ff32e3b8b0592d4"},{"name":"generate-routes-manifest","duration":5318,"timestamp":1562250339,"id":14,"parentId":1,"tags":{},"startTime":1788600595049,"traceId":"1ff32e3b8b0592d4"},{"name":"create-entrypoints","duration":90358,"timestamp":1562263083,"id":17,"parentId":1,"tags":{},"startTime":1788600595062,"traceId":"1ff32e3b8b0592d4"},{"name":"generate-webpack-config","duration":254323,"timestamp":1562353482,"id":18,"parentId":16,"tags":{},"startTime":1788600595152,"traceId":"1ff32e3b8b0592d4"},{"name":"next-trace-entrypoint-plugin","duration":2058,"timestamp":1562705971,"id":20,"parentId":19,"tags":{},"startTime":1788600595505,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":2400301,"timestamp":1562716390,"id":130,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":3763764,"timestamp":1562716545,"id":182,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426088,"timestamp":1562716367,"id":122,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426102,"timestamp":1562716369,"id":123,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426103,"timestamp":1562716372,"id":124,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426082,"timestamp":1562716396,"id":132,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagents%2Fversions%2Froute&name=app%2Fapi%2Fagents%2Fversions%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagents%2Fversions%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fagents%2Fversions%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426079,"timestamp":1562716402,"id":134,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagents%2Fupdate%2Froute&name=app%2Fapi%2Fagents%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagents%2Fupdate%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fagents%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426079,"timestamp":1562716405,"id":135,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426079,"timestamp":1562716408,"id":136,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426092,"timestamp":1562716411,"id":137,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcapabilities%2Froute&name=app%2Fapi%2Fcapabilities%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcapabilities%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcapabilities%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426094,"timestamp":1562716413,"id":138,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426094,"timestamp":1562716416,"id":139,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426095,"timestamp":1562716419,"id":140,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426095,"timestamp":1562716422,"id":141,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426094,"timestamp":1562716425,"id":142,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426094,"timestamp":1562716428,"id":143,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426087,"timestamp":1562716437,"id":146,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426087,"timestamp":1562716440,"id":147,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fremote%2Fpair%2Froute&name=app%2Fapi%2Fremote%2Fpair%2Froute&pagePath=private-next-app-dir%2Fapi%2Fremote%2Fpair%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fremote%2Fpair%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426086,"timestamp":1562716443,"id":148,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426085,"timestamp":1562716446,"id":149,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426083,"timestamp":1562716451,"id":150,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsettings%2Fdefault-agents%2Froute&name=app%2Fapi%2Fsettings%2Fdefault-agents%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsettings%2Fdefault-agents%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsettings%2Fdefault-agents%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426080,"timestamp":1562716456,"id":151,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426079,"timestamp":1562716459,"id":152,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426079,"timestamp":1562716461,"id":153,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426078,"timestamp":1562716465,"id":154,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426077,"timestamp":1562716468,"id":155,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426077,"timestamp":1562716470,"id":156,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426076,"timestamp":1562716473,"id":157,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsettings%2Fdefault-surface-mode%2Froute&name=app%2Fapi%2Fsettings%2Fdefault-surface-mode%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsettings%2Fdefault-surface-mode%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsettings%2Fdefault-surface-mode%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426072,"timestamp":1562716479,"id":159,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426069,"timestamp":1562716484,"id":161,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426063,"timestamp":1562716493,"id":164,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426062,"timestamp":1562716496,"id":165,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426061,"timestamp":1562716499,"id":166,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2Fapply-default-agents%2Froute&name=app%2Fapi%2Fworktrees%2Fapply-default-agents%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2Fapply-default-agents%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2Fapply-default-agents%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426061,"timestamp":1562716502,"id":167,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426061,"timestamp":1562716505,"id":168,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4426057,"timestamp":1562716511,"id":170,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4438841,"timestamp":1562715786,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4438677,"timestamp":1562715964,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4438591,"timestamp":1562716054,"id":37,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4438501,"timestamp":1562716147,"id":66,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4438500,"timestamp":1562716151,"id":67,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4438500,"timestamp":1562716154,"id":68,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4438488,"timestamp":1562716168,"id":73,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4438479,"timestamp":1562716180,"id":77,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4438469,"timestamp":1562716193,"id":81,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4438416,"timestamp":1562716249,"id":83,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4438415,"timestamp":1562716252,"id":84,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4438414,"timestamp":1562716255,"id":85,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4438431,"timestamp":1562716240,"id":82,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4438299,"timestamp":1562716375,"id":125,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4438298,"timestamp":1562716378,"id":126,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4438298,"timestamp":1562716381,"id":127,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4438297,"timestamp":1562716384,"id":128,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4438297,"timestamp":1562716387,"id":129,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4438323,"timestamp":1562716364,"id":121,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Fcancel%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Fcancel%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Fcancel%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Fcancel%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4615023,"timestamp":1562716482,"id":160,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4615036,"timestamp":1562716487,"id":162,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4615039,"timestamp":1562716491,"id":163,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate-plan%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate-plan%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate-plan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate-plan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4615027,"timestamp":1562716508,"id":169,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4677875,"timestamp":1562715771,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4743212,"timestamp":1562716514,"id":171,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4747317,"timestamp":1562716547,"id":183,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4747325,"timestamp":1562716550,"id":184,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4747326,"timestamp":1562716553,"id":185,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4757245,"timestamp":1562716399,"id":133,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4809037,"timestamp":1562716393,"id":131,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4808977,"timestamp":1562716476,"id":158,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4824295,"timestamp":1562716090,"id":48,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871747,"timestamp":1562716029,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4872106,"timestamp":1562715687,"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":1788600595514,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871749,"timestamp":1562716048,"id":35,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhooks%2Fpermission-request%2Froute&name=app%2Fapi%2Fhooks%2Fpermission-request%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhooks%2Fpermission-request%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fhooks%2Fpermission-request%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4872085,"timestamp":1562715714,"id":24,"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":1788600595514,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4872074,"timestamp":1562715728,"id":25,"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":1788600595514,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4872045,"timestamp":1562715759,"id":28,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871766,"timestamp":1562716041,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871764,"timestamp":1562716045,"id":34,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhooks%2Fagent-event%2Froute&name=app%2Fapi%2Fhooks%2Fagent-event%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhooks%2Fagent-event%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fhooks%2Fagent-event%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871760,"timestamp":1562716051,"id":36,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmetrics%2Fvibe%2Froute&name=app%2Fapi%2Fmetrics%2Fvibe%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmetrics%2Fvibe%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmetrics%2Fvibe%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4872074,"timestamp":1562715739,"id":26,"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":1788600595514,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871757,"timestamp":1562716058,"id":38,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871736,"timestamp":1562716081,"id":45,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871755,"timestamp":1562716065,"id":40,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871761,"timestamp":1562716062,"id":39,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871749,"timestamp":1562716075,"id":43,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871754,"timestamp":1562716072,"id":42,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871760,"timestamp":1562716068,"id":41,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871746,"timestamp":1562716084,"id":46,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871754,"timestamp":1562716078,"id":44,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"}]
|
|
2
|
+
[{"name":"add-entry","duration":4871916,"timestamp":1562716087,"id":47,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871940,"timestamp":1562716102,"id":52,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871948,"timestamp":1562716099,"id":51,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871954,"timestamp":1562716096,"id":50,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftasks%2F%5BtaskId%5D%2Froute&name=app%2Fapi%2Ftasks%2F%5BtaskId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftasks%2F%5BtaskId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftasks%2F%5BtaskId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871961,"timestamp":1562716093,"id":49,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftasks%2F%5BtaskId%5D%2Fcancel%2Froute&name=app%2Fapi%2Ftasks%2F%5BtaskId%5D%2Fcancel%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftasks%2F%5BtaskId%5D%2Fcancel%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftasks%2F%5BtaskId%5D%2Fcancel%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871950,"timestamp":1562716109,"id":54,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fverification%2Fruns%2Froute&name=app%2Fapi%2Fverification%2Fruns%2Froute&pagePath=private-next-app-dir%2Fapi%2Fverification%2Fruns%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fverification%2Fruns%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871958,"timestamp":1562716105,"id":53,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fverification%2Fruns%2F%5BrunId%5D%2Froute&name=app%2Fapi%2Fverification%2Fruns%2F%5BrunId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fverification%2Fruns%2F%5BrunId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fverification%2Fruns%2F%5BrunId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871953,"timestamp":1562716112,"id":55,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871952,"timestamp":1562716115,"id":56,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871952,"timestamp":1562716118,"id":57,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fclear-composer%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fclear-composer%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fclear-composer%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fclear-composer%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871951,"timestamp":1562716121,"id":58,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-reference%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-reference%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-reference%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-reference%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871951,"timestamp":1562716124,"id":59,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871947,"timestamp":1562716130,"id":61,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871952,"timestamp":1562716127,"id":60,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871947,"timestamp":1562716134,"id":62,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fenv%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fenv%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fenv%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fenv%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871950,"timestamp":1562716141,"id":64,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871956,"timestamp":1562716137,"id":63,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871951,"timestamp":1562716144,"id":65,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871941,"timestamp":1562716157,"id":69,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871939,"timestamp":1562716160,"id":70,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871936,"timestamp":1562716166,"id":72,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871941,"timestamp":1562716163,"id":71,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871934,"timestamp":1562716171,"id":74,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871929,"timestamp":1562716178,"id":76,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871935,"timestamp":1562716175,"id":75,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871924,"timestamp":1562716187,"id":79,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871923,"timestamp":1562716189,"id":80,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871931,"timestamp":1562716183,"id":78,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871858,"timestamp":1562716259,"id":86,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871853,"timestamp":1562716267,"id":88,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871857,"timestamp":1562716264,"id":87,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871853,"timestamp":1562716269,"id":89,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finstances%2Fopencode%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Finstances%2Fopencode%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Finstances%2Fopencode%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finstances%2Fopencode%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871851,"timestamp":1562716274,"id":90,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871850,"timestamp":1562716276,"id":91,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871849,"timestamp":1562716279,"id":92,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871846,"timestamp":1562716285,"id":94,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871851,"timestamp":1562716282,"id":93,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871827,"timestamp":1562716308,"id":102,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871846,"timestamp":1562716291,"id":96,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fsession%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fsession%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fsession%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fsession%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871851,"timestamp":1562716288,"id":95,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871847,"timestamp":1562716293,"id":97,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fdiff%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fdiff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fdiff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fdiff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871846,"timestamp":1562716296,"id":98,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871845,"timestamp":1562716299,"id":99,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fshare%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fshare%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fshare%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fshare%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871844,"timestamp":1562716302,"id":100,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fresolve-target%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fresolve-target%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fresolve-target%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fresolve-target%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871843,"timestamp":1562716305,"id":101,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871834,"timestamp":1562716316,"id":105,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871842,"timestamp":1562716311,"id":103,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871843,"timestamp":1562716314,"id":104,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871836,"timestamp":1562716322,"id":106,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871835,"timestamp":1562716325,"id":107,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871828,"timestamp":1562716333,"id":110,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftasks%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftasks%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftasks%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftasks%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871836,"timestamp":1562716328,"id":108,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871835,"timestamp":1562716331,"id":109,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871831,"timestamp":1562716336,"id":111,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871828,"timestamp":1562716341,"id":113,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871832,"timestamp":1562716339,"id":112,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871825,"timestamp":1562716347,"id":115,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871830,"timestamp":1562716344,"id":114,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871823,"timestamp":1562716353,"id":117,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871828,"timestamp":1562716350,"id":116,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871824,"timestamp":1562716355,"id":118,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871820,"timestamp":1562716361,"id":120,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4871825,"timestamp":1562716358,"id":119,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fconfig%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fconfig%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fconfig%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fconfig%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4874575,"timestamp":1562716431,"id":144,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush%2Fescalation%2Froute&name=app%2Fapi%2Fpush%2Fescalation%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush%2Fescalation%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush%2Fescalation%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4874611,"timestamp":1562716434,"id":145,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4875302,"timestamp":1562715749,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4877286,"timestamp":1562715285,"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":1788600595514,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4876065,"timestamp":1562716517,"id":172,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4876066,"timestamp":1562716519,"id":173,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4876067,"timestamp":1562716522,"id":174,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4876068,"timestamp":1562716525,"id":175,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4876068,"timestamp":1562716528,"id":176,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4876068,"timestamp":1562716531,"id":177,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4876069,"timestamp":1562716533,"id":178,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4876069,"timestamp":1562716536,"id":179,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4876070,"timestamp":1562716539,"id":180,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":4876070,"timestamp":1562716542,"id":181,"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":1788600595515,"traceId":"1ff32e3b8b0592d4"},{"name":"make","duration":8016727,"timestamp":1562714962,"id":21,"parentId":19,"tags":{},"startTime":1788600595514,"traceId":"1ff32e3b8b0592d4"},{"name":"get-entries","duration":5772,"timestamp":1570733155,"id":1045,"parentId":1044,"tags":{},"startTime":1788600603532,"traceId":"1ff32e3b8b0592d4"},{"name":"node-file-trace-plugin","duration":12073867,"timestamp":1570760286,"id":1046,"parentId":1044,"tags":{"traceEntryCount":"324"},"startTime":1788600603559,"traceId":"1ff32e3b8b0592d4"},{"name":"collect-traced-files","duration":235444,"timestamp":1582834178,"id":1047,"parentId":1044,"tags":{},"startTime":1788600615633,"traceId":"1ff32e3b8b0592d4"},{"name":"finish-modules","duration":12336726,"timestamp":1570732916,"id":1044,"parentId":20,"tags":{},"startTime":1788600603532,"traceId":"1ff32e3b8b0592d4"},{"name":"chunk-graph","duration":360499,"timestamp":1583476052,"id":1049,"parentId":1048,"tags":{},"startTime":1788600616275,"traceId":"1ff32e3b8b0592d4"},{"name":"optimize-modules","duration":48,"timestamp":1583836768,"id":1051,"parentId":1048,"tags":{},"startTime":1788600616636,"traceId":"1ff32e3b8b0592d4"},{"name":"optimize-chunks","duration":232571,"timestamp":1583836948,"id":1052,"parentId":1048,"tags":{},"startTime":1788600616636,"traceId":"1ff32e3b8b0592d4"},{"name":"optimize-tree","duration":141,"timestamp":1584069638,"id":1053,"parentId":1048,"tags":{},"startTime":1788600616868,"traceId":"1ff32e3b8b0592d4"},{"name":"optimize-chunk-modules","duration":231241,"timestamp":1584069890,"id":1054,"parentId":1048,"tags":{},"startTime":1788600616869,"traceId":"1ff32e3b8b0592d4"},{"name":"optimize","duration":464581,"timestamp":1583836669,"id":1050,"parentId":1048,"tags":{},"startTime":1788600616635,"traceId":"1ff32e3b8b0592d4"},{"name":"module-hash","duration":150789,"timestamp":1584402885,"id":1055,"parentId":1048,"tags":{},"startTime":1788600617202,"traceId":"1ff32e3b8b0592d4"},{"name":"code-generation","duration":22082,"timestamp":1584553810,"id":1056,"parentId":1048,"tags":{},"startTime":1788600617353,"traceId":"1ff32e3b8b0592d4"},{"name":"hash","duration":25411,"timestamp":1584595332,"id":1057,"parentId":1048,"tags":{},"startTime":1788600617394,"traceId":"1ff32e3b8b0592d4"},{"name":"code-generation-jobs","duration":420,"timestamp":1584620738,"id":1058,"parentId":1048,"tags":{},"startTime":1788600617419,"traceId":"1ff32e3b8b0592d4"},{"name":"module-assets","duration":2405,"timestamp":1584620974,"id":1059,"parentId":1048,"tags":{},"startTime":1788600617420,"traceId":"1ff32e3b8b0592d4"},{"name":"create-chunk-assets","duration":4248,"timestamp":1584623400,"id":1060,"parentId":1048,"tags":{},"startTime":1788600617422,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4970,"timestamp":1584654109,"id":1062,"parentId":1061,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4828,"timestamp":1584654260,"id":1063,"parentId":1061,"tags":{"name":"../app/api/assistant/conversation/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4819,"timestamp":1584654272,"id":1064,"parentId":1061,"tags":{"name":"../app/api/assistant/current-output/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4812,"timestamp":1584654280,"id":1065,"parentId":1061,"tags":{"name":"../app/api/assistant/session/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4808,"timestamp":1584654285,"id":1066,"parentId":1061,"tags":{"name":"../app/api/assistant/messages/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4804,"timestamp":1584654290,"id":1067,"parentId":1061,"tags":{"name":"../app/api/assistant/start/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4800,"timestamp":1584654296,"id":1068,"parentId":1061,"tags":{"name":"../app/api/assistant/terminal/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"}]
|
|
3
|
+
[{"name":"minify-js","duration":5059,"timestamp":1584654301,"id":1069,"parentId":1061,"tags":{"name":"../app/api/assistant/tools/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":5057,"timestamp":1584654306,"id":1070,"parentId":1061,"tags":{"name":"../app/api/auth/login/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":5013,"timestamp":1584654353,"id":1071,"parentId":1061,"tags":{"name":"../app/api/auth/logout/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4997,"timestamp":1584654370,"id":1072,"parentId":1061,"tags":{"name":"../app/api/daily-summary/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4988,"timestamp":1584654380,"id":1073,"parentId":1061,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4985,"timestamp":1584654384,"id":1074,"parentId":1061,"tags":{"name":"../app/api/hooks/agent-event/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4982,"timestamp":1584654388,"id":1075,"parentId":1061,"tags":{"name":"../app/api/hooks/permission-request/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4977,"timestamp":1584654394,"id":1076,"parentId":1061,"tags":{"name":"../app/api/metrics/vibe/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4972,"timestamp":1584654399,"id":1077,"parentId":1061,"tags":{"name":"../app/api/ollama/models/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4969,"timestamp":1584654404,"id":1078,"parentId":1061,"tags":{"name":"../app/api/repositories/[id]/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4966,"timestamp":1584654407,"id":1079,"parentId":1061,"tags":{"name":"../app/api/repositories/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4963,"timestamp":1584654411,"id":1080,"parentId":1061,"tags":{"name":"../app/api/repositories/[id]/todos/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4959,"timestamp":1584654416,"id":1081,"parentId":1061,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4957,"timestamp":1584654419,"id":1082,"parentId":1061,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4954,"timestamp":1584654423,"id":1083,"parentId":1061,"tags":{"name":"../app/api/repositories/excluded/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4951,"timestamp":1584654428,"id":1084,"parentId":1061,"tags":{"name":"../app/api/repositories/restore/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4948,"timestamp":1584654431,"id":1085,"parentId":1061,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4943,"timestamp":1584654437,"id":1086,"parentId":1061,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4941,"timestamp":1584654440,"id":1087,"parentId":1061,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4938,"timestamp":1584654444,"id":1088,"parentId":1061,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4917,"timestamp":1584654466,"id":1089,"parentId":1061,"tags":{"name":"../app/api/tasks/[taskId]/cancel/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4914,"timestamp":1584654470,"id":1090,"parentId":1061,"tags":{"name":"../app/api/tasks/[taskId]/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4911,"timestamp":1584654473,"id":1091,"parentId":1061,"tags":{"name":"../app/api/templates/[id]/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4908,"timestamp":1584654478,"id":1092,"parentId":1061,"tags":{"name":"../app/api/templates/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4904,"timestamp":1584654482,"id":1093,"parentId":1061,"tags":{"name":"../app/api/verification/runs/[runId]/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4902,"timestamp":1584654486,"id":1094,"parentId":1061,"tags":{"name":"../app/api/verification/runs/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4899,"timestamp":1584654489,"id":1095,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4897,"timestamp":1584654492,"id":1096,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4894,"timestamp":1584654496,"id":1097,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/clear-composer/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4891,"timestamp":1584654500,"id":1098,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/cli-reference/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4889,"timestamp":1584654504,"id":1099,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4886,"timestamp":1584654507,"id":1100,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/cmate/schedules/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4883,"timestamp":1584654511,"id":1101,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4880,"timestamp":1584654515,"id":1102,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/env/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4877,"timestamp":1584654518,"id":1103,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/[logId]/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4875,"timestamp":1584654522,"id":1104,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4871,"timestamp":1584654527,"id":1105,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4861,"timestamp":1584654538,"id":1106,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/branch/create/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4858,"timestamp":1584654541,"id":1107,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/branch/delete/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4856,"timestamp":1584654544,"id":1108,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/branches/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4854,"timestamp":1584654547,"id":1109,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/commit/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4852,"timestamp":1584654550,"id":1110,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/checkout/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4850,"timestamp":1584654553,"id":1111,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/diff/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4848,"timestamp":1584654556,"id":1112,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/log/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4846,"timestamp":1584654559,"id":1113,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/fetch/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4844,"timestamp":1584654561,"id":1114,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/pull/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4842,"timestamp":1584654564,"id":1115,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/push/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4840,"timestamp":1584654567,"id":1116,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/reset/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4838,"timestamp":1584654571,"id":1117,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/revert/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4836,"timestamp":1584654573,"id":1118,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/show/[commitHash]/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4834,"timestamp":1584654577,"id":1119,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/stage/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4831,"timestamp":1584654580,"id":1120,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/staged/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4829,"timestamp":1584654583,"id":1121,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/stash/[index]/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4827,"timestamp":1584654586,"id":1122,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/stash/apply/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4825,"timestamp":1584654589,"id":1123,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/stash/pop/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4823,"timestamp":1584654591,"id":1124,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/stash/push/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4821,"timestamp":1584654595,"id":1125,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/stash/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4818,"timestamp":1584654598,"id":1126,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/unstage/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4816,"timestamp":1584654601,"id":1127,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/status/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4814,"timestamp":1584654604,"id":1128,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/working-diff/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4812,"timestamp":1584654607,"id":1129,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/instances/opencode/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4810,"timestamp":1584654610,"id":1130,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4808,"timestamp":1584654612,"id":1131,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4806,"timestamp":1584654616,"id":1132,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/marp-render/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4804,"timestamp":1584654618,"id":1133,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4801,"timestamp":1584654622,"id":1134,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4799,"timestamp":1584654626,"id":1135,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4797,"timestamp":1584654629,"id":1136,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/opencode/session/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4794,"timestamp":1584654632,"id":1137,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/opencode/diff/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4792,"timestamp":1584654635,"id":1138,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4790,"timestamp":1584654638,"id":1139,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/opencode/share/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4787,"timestamp":1584654641,"id":1140,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/resolve-target/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4784,"timestamp":1584654646,"id":1141,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4781,"timestamp":1584654650,"id":1142,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4778,"timestamp":1584654654,"id":1143,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/schedules/[scheduleId]/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4776,"timestamp":1584654657,"id":1144,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/schedules/active/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4773,"timestamp":1584654660,"id":1145,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/schedules/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4771,"timestamp":1584654664,"id":1146,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4768,"timestamp":1584654667,"id":1147,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4766,"timestamp":1584654670,"id":1148,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4764,"timestamp":1584654673,"id":1149,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/special-keys/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4762,"timestamp":1584654676,"id":1150,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/tasks/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4760,"timestamp":1584654679,"id":1151,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4758,"timestamp":1584654681,"id":1152,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/timers/history/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4756,"timestamp":1584654684,"id":1153,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/timers/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4754,"timestamp":1584654688,"id":1154,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4752,"timestamp":1584654691,"id":1155,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/todos/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4749,"timestamp":1584654694,"id":1156,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4747,"timestamp":1584654697,"id":1157,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4745,"timestamp":1584654700,"id":1158,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4744,"timestamp":1584654703,"id":1159,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/verify/config/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4742,"timestamp":1584654705,"id":1160,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/verify/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4740,"timestamp":1584654708,"id":1161,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/verify/runs/[runId]/cancel/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4738,"timestamp":1584654712,"id":1162,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/verify/runs/[runId]/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4736,"timestamp":1584654715,"id":1163,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/verify/runs/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4733,"timestamp":1584654718,"id":1164,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4731,"timestamp":1584654721,"id":1165,"parentId":1061,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4729,"timestamp":1584654725,"id":1166,"parentId":1061,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4726,"timestamp":1584654728,"id":1167,"parentId":1061,"tags":{"name":"../app/icon1.png/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4724,"timestamp":1584654731,"id":1168,"parentId":1061,"tags":{"name":"../app/icon2.png/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4722,"timestamp":1584654734,"id":1169,"parentId":1061,"tags":{"name":"../app/manifest.webmanifest/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"}]
|
|
4
|
+
[{"name":"minify-js","duration":4875,"timestamp":1584654738,"id":1170,"parentId":1061,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4875,"timestamp":1584654741,"id":1171,"parentId":1061,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4874,"timestamp":1584654743,"id":1172,"parentId":1061,"tags":{"name":"../app/api/agents/versions/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4872,"timestamp":1584654746,"id":1173,"parentId":1061,"tags":{"name":"../app/api/app/update/route.js","cache":"HIT"},"startTime":1788600617453,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4871,"timestamp":1584654750,"id":1174,"parentId":1061,"tags":{"name":"../app/api/agents/update/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4862,"timestamp":1584654759,"id":1175,"parentId":1061,"tags":{"name":"../app/api/app/update-check/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4860,"timestamp":1584654762,"id":1176,"parentId":1061,"tags":{"name":"../app/api/auth/status/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4858,"timestamp":1584654765,"id":1177,"parentId":1061,"tags":{"name":"../app/api/capabilities/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4856,"timestamp":1584654768,"id":1178,"parentId":1061,"tags":{"name":"../app/api/daily-summary/status/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4854,"timestamp":1584654771,"id":1179,"parentId":1061,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4852,"timestamp":1584654774,"id":1180,"parentId":1061,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4850,"timestamp":1584654777,"id":1181,"parentId":1061,"tags":{"name":"../app/api/fs/recent-paths/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4848,"timestamp":1584654781,"id":1182,"parentId":1061,"tags":{"name":"../app/api/fs/browse/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4846,"timestamp":1584654784,"id":1183,"parentId":1061,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4844,"timestamp":1584654787,"id":1184,"parentId":1061,"tags":{"name":"../app/api/push/escalation/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4842,"timestamp":1584654790,"id":1185,"parentId":1061,"tags":{"name":"../app/api/push/vapid/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4840,"timestamp":1584654793,"id":1186,"parentId":1061,"tags":{"name":"../app/api/push/subscriptions/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4838,"timestamp":1584654796,"id":1187,"parentId":1061,"tags":{"name":"../app/api/remote/pair/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4836,"timestamp":1584654799,"id":1188,"parentId":1061,"tags":{"name":"../app/api/repositories/validate-path/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4834,"timestamp":1584654802,"id":1189,"parentId":1061,"tags":{"name":"../app/api/sidebar/group-order/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4832,"timestamp":1584654805,"id":1190,"parentId":1061,"tags":{"name":"../app/api/settings/default-agents/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4819,"timestamp":1584654819,"id":1191,"parentId":1061,"tags":{"name":"../app/api/skills/[id]/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4817,"timestamp":1584654822,"id":1192,"parentId":1061,"tags":{"name":"../app/api/skills/reindex/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4815,"timestamp":1584654825,"id":1193,"parentId":1061,"tags":{"name":"../app/api/skills/installations/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4813,"timestamp":1584654828,"id":1194,"parentId":1061,"tags":{"name":"../app/api/todos/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4811,"timestamp":1584654831,"id":1195,"parentId":1061,"tags":{"name":"../app/api/skills/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4809,"timestamp":1584654834,"id":1196,"parentId":1061,"tags":{"name":"../app/api/skills/operations/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4806,"timestamp":1584654837,"id":1197,"parentId":1061,"tags":{"name":"../app/api/settings/default-surface-mode/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4804,"timestamp":1584654840,"id":1198,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4802,"timestamp":1584654843,"id":1199,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4800,"timestamp":1584654846,"id":1200,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/plan/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4797,"timestamp":1584654850,"id":1201,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4795,"timestamp":1584654852,"id":1202,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/install/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4793,"timestamp":1584654856,"id":1203,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/update-plan/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4790,"timestamp":1584654859,"id":1204,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4788,"timestamp":1584654862,"id":1205,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4786,"timestamp":1584654865,"id":1206,"parentId":1061,"tags":{"name":"../app/api/worktrees/apply-default-agents/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4784,"timestamp":1584654868,"id":1207,"parentId":1061,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4782,"timestamp":1584654871,"id":1208,"parentId":1061,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4780,"timestamp":1584654874,"id":1209,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/update/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4778,"timestamp":1584654877,"id":1210,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4776,"timestamp":1584654880,"id":1211,"parentId":1061,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4774,"timestamp":1584654883,"id":1212,"parentId":1061,"tags":{"name":"../app/login/page.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4772,"timestamp":1584654886,"id":1213,"parentId":1061,"tags":{"name":"../app/chat/page.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4770,"timestamp":1584654889,"id":1214,"parentId":1061,"tags":{"name":"../app/more/page.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4768,"timestamp":1584654892,"id":1215,"parentId":1061,"tags":{"name":"../app/offline/page.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4765,"timestamp":1584654895,"id":1216,"parentId":1061,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4763,"timestamp":1584654898,"id":1217,"parentId":1061,"tags":{"name":"../app/repositories/page.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4761,"timestamp":1584654901,"id":1218,"parentId":1061,"tags":{"name":"../app/review/page.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4759,"timestamp":1584654904,"id":1219,"parentId":1061,"tags":{"name":"../app/sessions/page.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4757,"timestamp":1584654907,"id":1220,"parentId":1061,"tags":{"name":"../app/skills/installed/page.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4755,"timestamp":1584654910,"id":1221,"parentId":1061,"tags":{"name":"../app/skills/[skillId]/page.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4753,"timestamp":1584654913,"id":1222,"parentId":1061,"tags":{"name":"../app/skills/page.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4751,"timestamp":1584654915,"id":1223,"parentId":1061,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4749,"timestamp":1584654918,"id":1224,"parentId":1061,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4747,"timestamp":1584654921,"id":1225,"parentId":1061,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4745,"timestamp":1584654924,"id":1226,"parentId":1061,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4743,"timestamp":1584654927,"id":1227,"parentId":1061,"tags":{"name":"3543.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4741,"timestamp":1584654930,"id":1228,"parentId":1061,"tags":{"name":"3945.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4739,"timestamp":1584654933,"id":1229,"parentId":1061,"tags":{"name":"2119.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4737,"timestamp":1584654937,"id":1230,"parentId":1061,"tags":{"name":"2445.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4734,"timestamp":1584654940,"id":1231,"parentId":1061,"tags":{"name":"4248.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4732,"timestamp":1584654943,"id":1232,"parentId":1061,"tags":{"name":"2534.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4730,"timestamp":1584654946,"id":1233,"parentId":1061,"tags":{"name":"2980.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4729,"timestamp":1584654949,"id":1234,"parentId":1061,"tags":{"name":"450.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4726,"timestamp":1584654952,"id":1235,"parentId":1061,"tags":{"name":"2816.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4724,"timestamp":1584654955,"id":1236,"parentId":1061,"tags":{"name":"7685.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4722,"timestamp":1584654958,"id":1237,"parentId":1061,"tags":{"name":"3440.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4720,"timestamp":1584654961,"id":1238,"parentId":1061,"tags":{"name":"1162.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4718,"timestamp":1584654964,"id":1239,"parentId":1061,"tags":{"name":"5571.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4716,"timestamp":1584654966,"id":1240,"parentId":1061,"tags":{"name":"6285.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4714,"timestamp":1584654969,"id":1241,"parentId":1061,"tags":{"name":"8098.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4712,"timestamp":1584654972,"id":1242,"parentId":1061,"tags":{"name":"2560.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4710,"timestamp":1584654975,"id":1243,"parentId":1061,"tags":{"name":"1825.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4708,"timestamp":1584654978,"id":1244,"parentId":1061,"tags":{"name":"6159.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4706,"timestamp":1584654981,"id":1245,"parentId":1061,"tags":{"name":"3346.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4704,"timestamp":1584654984,"id":1246,"parentId":1061,"tags":{"name":"9328.js","cache":"HIT"},"startTime":1788600617454,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":985,"timestamp":1584658704,"id":1247,"parentId":1061,"tags":{"name":"1262.js","cache":"HIT"},"startTime":1788600617457,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":976,"timestamp":1584658715,"id":1248,"parentId":1061,"tags":{"name":"6072.js","cache":"HIT"},"startTime":1788600617457,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":972,"timestamp":1584658720,"id":1249,"parentId":1061,"tags":{"name":"9358.js","cache":"HIT"},"startTime":1788600617457,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":970,"timestamp":1584658723,"id":1250,"parentId":1061,"tags":{"name":"1296.js","cache":"HIT"},"startTime":1788600617457,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":968,"timestamp":1584658726,"id":1251,"parentId":1061,"tags":{"name":"1341.js","cache":"HIT"},"startTime":1788600617457,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":966,"timestamp":1584658730,"id":1252,"parentId":1061,"tags":{"name":"8356.js","cache":"HIT"},"startTime":1788600617457,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":963,"timestamp":1584658733,"id":1253,"parentId":1061,"tags":{"name":"7941.js","cache":"HIT"},"startTime":1788600617457,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":961,"timestamp":1584658737,"id":1254,"parentId":1061,"tags":{"name":"9211.js","cache":"HIT"},"startTime":1788600617457,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":959,"timestamp":1584658740,"id":1255,"parentId":1061,"tags":{"name":"5064.js","cache":"HIT"},"startTime":1788600617457,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":957,"timestamp":1584658743,"id":1256,"parentId":1061,"tags":{"name":"22.js","cache":"HIT"},"startTime":1788600617457,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":954,"timestamp":1584658747,"id":1257,"parentId":1061,"tags":{"name":"5220.js","cache":"HIT"},"startTime":1788600617457,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":951,"timestamp":1584658750,"id":1258,"parentId":1061,"tags":{"name":"6337.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":949,"timestamp":1584658754,"id":1259,"parentId":1061,"tags":{"name":"1058.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":947,"timestamp":1584658757,"id":1260,"parentId":1061,"tags":{"name":"5120.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":945,"timestamp":1584658760,"id":1261,"parentId":1061,"tags":{"name":"1191.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":943,"timestamp":1584658763,"id":1262,"parentId":1061,"tags":{"name":"5043.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":941,"timestamp":1584658766,"id":1263,"parentId":1061,"tags":{"name":"3241.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":939,"timestamp":1584658769,"id":1264,"parentId":1061,"tags":{"name":"7836.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":936,"timestamp":1584658773,"id":1265,"parentId":1061,"tags":{"name":"9696.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":934,"timestamp":1584658776,"id":1266,"parentId":1061,"tags":{"name":"2739.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":932,"timestamp":1584658780,"id":1267,"parentId":1061,"tags":{"name":"2839.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":929,"timestamp":1584658783,"id":1268,"parentId":1061,"tags":{"name":"261.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":927,"timestamp":1584658786,"id":1269,"parentId":1061,"tags":{"name":"8918.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":925,"timestamp":1584658789,"id":1270,"parentId":1061,"tags":{"name":"4325.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"}]
|
|
5
|
+
[{"name":"minify-js","duration":1007,"timestamp":1584658792,"id":1271,"parentId":1061,"tags":{"name":"1331.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1007,"timestamp":1584658795,"id":1272,"parentId":1061,"tags":{"name":"641.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1005,"timestamp":1584658799,"id":1273,"parentId":1061,"tags":{"name":"3722.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1003,"timestamp":1584658802,"id":1274,"parentId":1061,"tags":{"name":"1356.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1001,"timestamp":1584658805,"id":1275,"parentId":1061,"tags":{"name":"1503.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1000,"timestamp":1584658808,"id":1276,"parentId":1061,"tags":{"name":"1634.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":998,"timestamp":1584658811,"id":1277,"parentId":1061,"tags":{"name":"1366.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":996,"timestamp":1584658814,"id":1278,"parentId":1061,"tags":{"name":"6015.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":994,"timestamp":1584658817,"id":1279,"parentId":1061,"tags":{"name":"3708.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":992,"timestamp":1584658820,"id":1280,"parentId":1061,"tags":{"name":"7587.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":991,"timestamp":1584658823,"id":1281,"parentId":1061,"tags":{"name":"243.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":989,"timestamp":1584658826,"id":1282,"parentId":1061,"tags":{"name":"5326.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":987,"timestamp":1584658829,"id":1283,"parentId":1061,"tags":{"name":"180.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":985,"timestamp":1584658832,"id":1284,"parentId":1061,"tags":{"name":"120.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":983,"timestamp":1584658834,"id":1285,"parentId":1061,"tags":{"name":"7593.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":982,"timestamp":1584658837,"id":1286,"parentId":1061,"tags":{"name":"8543.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":980,"timestamp":1584658840,"id":1287,"parentId":1061,"tags":{"name":"5611.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":978,"timestamp":1584658843,"id":1288,"parentId":1061,"tags":{"name":"4390.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":976,"timestamp":1584658846,"id":1289,"parentId":1061,"tags":{"name":"9627.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":975,"timestamp":1584658849,"id":1290,"parentId":1061,"tags":{"name":"8807.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":972,"timestamp":1584658853,"id":1291,"parentId":1061,"tags":{"name":"406.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":971,"timestamp":1584658855,"id":1292,"parentId":1061,"tags":{"name":"6065.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":969,"timestamp":1584658858,"id":1293,"parentId":1061,"tags":{"name":"5164.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":967,"timestamp":1584658862,"id":1294,"parentId":1061,"tags":{"name":"9798.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":965,"timestamp":1584658865,"id":1295,"parentId":1061,"tags":{"name":"9130.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":964,"timestamp":1584658867,"id":1296,"parentId":1061,"tags":{"name":"4443.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":962,"timestamp":1584658870,"id":1297,"parentId":1061,"tags":{"name":"4299.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":960,"timestamp":1584658873,"id":1298,"parentId":1061,"tags":{"name":"8800.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":957,"timestamp":1584658877,"id":1299,"parentId":1061,"tags":{"name":"7905.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":955,"timestamp":1584658880,"id":1300,"parentId":1061,"tags":{"name":"1886.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":953,"timestamp":1584658884,"id":1301,"parentId":1061,"tags":{"name":"1719.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":950,"timestamp":1584658887,"id":1302,"parentId":1061,"tags":{"name":"1944.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":948,"timestamp":1584658890,"id":1303,"parentId":1061,"tags":{"name":"9051.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":946,"timestamp":1584658894,"id":1304,"parentId":1061,"tags":{"name":"6894.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":944,"timestamp":1584658897,"id":1305,"parentId":1061,"tags":{"name":"1990.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":942,"timestamp":1584658900,"id":1306,"parentId":1061,"tags":{"name":"7187.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":940,"timestamp":1584658903,"id":1307,"parentId":1061,"tags":{"name":"7472.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":938,"timestamp":1584658906,"id":1308,"parentId":1061,"tags":{"name":"5017.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":936,"timestamp":1584658909,"id":1309,"parentId":1061,"tags":{"name":"552.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":934,"timestamp":1584658912,"id":1310,"parentId":1061,"tags":{"name":"9123.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":883,"timestamp":1584658964,"id":1311,"parentId":1061,"tags":{"name":"2328.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":880,"timestamp":1584658968,"id":1312,"parentId":1061,"tags":{"name":"5456.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":877,"timestamp":1584658971,"id":1313,"parentId":1061,"tags":{"name":"8118.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":875,"timestamp":1584658974,"id":1314,"parentId":1061,"tags":{"name":"7859.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":873,"timestamp":1584658978,"id":1315,"parentId":1061,"tags":{"name":"2710.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":871,"timestamp":1584658981,"id":1316,"parentId":1061,"tags":{"name":"5048.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":869,"timestamp":1584658984,"id":1317,"parentId":1061,"tags":{"name":"3480.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":867,"timestamp":1584658987,"id":1318,"parentId":1061,"tags":{"name":"1501.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":865,"timestamp":1584658990,"id":1319,"parentId":1061,"tags":{"name":"7366.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":863,"timestamp":1584658993,"id":1320,"parentId":1061,"tags":{"name":"9360.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":861,"timestamp":1584658996,"id":1321,"parentId":1061,"tags":{"name":"3707.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":859,"timestamp":1584659000,"id":1322,"parentId":1061,"tags":{"name":"1068.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":834,"timestamp":1584659026,"id":1323,"parentId":1061,"tags":{"name":"9584.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":830,"timestamp":1584659031,"id":1324,"parentId":1061,"tags":{"name":"6130.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":827,"timestamp":1584659034,"id":1325,"parentId":1061,"tags":{"name":"5354.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":825,"timestamp":1584659037,"id":1326,"parentId":1061,"tags":{"name":"5737.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":823,"timestamp":1584659040,"id":1327,"parentId":1061,"tags":{"name":"28.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":821,"timestamp":1584659043,"id":1328,"parentId":1061,"tags":{"name":"6401.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":819,"timestamp":1584659046,"id":1329,"parentId":1061,"tags":{"name":"9938.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":817,"timestamp":1584659049,"id":1330,"parentId":1061,"tags":{"name":"8584.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":815,"timestamp":1584659052,"id":1331,"parentId":1061,"tags":{"name":"2404.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":813,"timestamp":1584659055,"id":1332,"parentId":1061,"tags":{"name":"663.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":811,"timestamp":1584659058,"id":1333,"parentId":1061,"tags":{"name":"848.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":810,"timestamp":1584659061,"id":1334,"parentId":1061,"tags":{"name":"3123.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":808,"timestamp":1584659064,"id":1335,"parentId":1061,"tags":{"name":"7506.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":806,"timestamp":1584659067,"id":1336,"parentId":1061,"tags":{"name":"4393.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":804,"timestamp":1584659070,"id":1337,"parentId":1061,"tags":{"name":"3869.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":803,"timestamp":1584659073,"id":1338,"parentId":1061,"tags":{"name":"2515.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":800,"timestamp":1584659076,"id":1339,"parentId":1061,"tags":{"name":"365.js","cache":"HIT"},"startTime":1788600617458,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-webpack-plugin-optimize","duration":28707,"timestamp":1584631252,"id":1061,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1788600617430,"traceId":"1ff32e3b8b0592d4"},{"name":"css-minimizer-plugin","duration":174,"timestamp":1584660140,"id":1340,"parentId":19,"tags":{},"startTime":1788600617459,"traceId":"1ff32e3b8b0592d4"},{"name":"create-trace-assets","duration":98518,"timestamp":1584660530,"id":1341,"parentId":20,"tags":{},"startTime":1788600617459,"traceId":"1ff32e3b8b0592d4"},{"name":"seal","duration":1559643,"timestamp":1583261950,"id":1048,"parentId":19,"tags":{},"startTime":1788600616061,"traceId":"1ff32e3b8b0592d4"},{"name":"webpack-compilation","duration":22281638,"timestamp":1562704144,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1788600595503,"traceId":"1ff32e3b8b0592d4"},{"name":"emit","duration":86287,"timestamp":1584986361,"id":1342,"parentId":16,"tags":{},"startTime":1788600617785,"traceId":"1ff32e3b8b0592d4"},{"name":"webpack-close","duration":773,"timestamp":1585078038,"id":1343,"parentId":16,"tags":{"name":"server"},"startTime":1788600617877,"traceId":"1ff32e3b8b0592d4"},{"name":"webpack-generate-error-stats","duration":2613,"timestamp":1585078865,"id":1344,"parentId":1343,"tags":{},"startTime":1788600617878,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":97831,"timestamp":1585091244,"id":1347,"parentId":1346,"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":1788600617890,"traceId":"1ff32e3b8b0592d4"},{"name":"make","duration":98160,"timestamp":1585091176,"id":1346,"parentId":1345,"tags":{},"startTime":1788600617890,"traceId":"1ff32e3b8b0592d4"},{"name":"chunk-graph","duration":1465,"timestamp":1585197783,"id":1349,"parentId":1348,"tags":{},"startTime":1788600617997,"traceId":"1ff32e3b8b0592d4"},{"name":"optimize-modules","duration":20,"timestamp":1585199360,"id":1351,"parentId":1348,"tags":{},"startTime":1788600617998,"traceId":"1ff32e3b8b0592d4"},{"name":"optimize-chunks","duration":1117,"timestamp":1585199495,"id":1352,"parentId":1348,"tags":{},"startTime":1788600617998,"traceId":"1ff32e3b8b0592d4"},{"name":"optimize-tree","duration":18,"timestamp":1585200700,"id":1353,"parentId":1348,"tags":{},"startTime":1788600617999,"traceId":"1ff32e3b8b0592d4"},{"name":"optimize-chunk-modules","duration":11404,"timestamp":1585200829,"id":1354,"parentId":1348,"tags":{},"startTime":1788600618000,"traceId":"1ff32e3b8b0592d4"},{"name":"optimize","duration":13299,"timestamp":1585199286,"id":1350,"parentId":1348,"tags":{},"startTime":1788600617998,"traceId":"1ff32e3b8b0592d4"},{"name":"module-hash","duration":3090,"timestamp":1585214205,"id":1355,"parentId":1348,"tags":{},"startTime":1788600618013,"traceId":"1ff32e3b8b0592d4"},{"name":"code-generation","duration":202,"timestamp":1585217323,"id":1356,"parentId":1348,"tags":{},"startTime":1788600618016,"traceId":"1ff32e3b8b0592d4"},{"name":"hash","duration":2257,"timestamp":1585218897,"id":1357,"parentId":1348,"tags":{},"startTime":1788600618018,"traceId":"1ff32e3b8b0592d4"},{"name":"code-generation-jobs","duration":163,"timestamp":1585221152,"id":1358,"parentId":1348,"tags":{},"startTime":1788600618020,"traceId":"1ff32e3b8b0592d4"},{"name":"module-assets","duration":72,"timestamp":1585221294,"id":1359,"parentId":1348,"tags":{},"startTime":1788600618020,"traceId":"1ff32e3b8b0592d4"},{"name":"create-chunk-assets","duration":236,"timestamp":1585221376,"id":1360,"parentId":1348,"tags":{},"startTime":1788600618020,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":60,"timestamp":1585227228,"id":1362,"parentId":1361,"tags":{"name":"src/middleware.js","cache":"HIT"},"startTime":1788600618026,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":37,"timestamp":1585227258,"id":1363,"parentId":1361,"tags":{"name":"edge-runtime-webpack.js","cache":"HIT"},"startTime":1788600618026,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":28,"timestamp":1585227269,"id":1364,"parentId":1361,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1788600618026,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-webpack-plugin-optimize","duration":653,"timestamp":1585226648,"id":1361,"parentId":1345,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1788600618025,"traceId":"1ff32e3b8b0592d4"},{"name":"css-minimizer-plugin","duration":10,"timestamp":1585227376,"id":1365,"parentId":1345,"tags":{},"startTime":1788600618026,"traceId":"1ff32e3b8b0592d4"},{"name":"seal","duration":40667,"timestamp":1585194901,"id":1348,"parentId":1345,"tags":{},"startTime":1788600617994,"traceId":"1ff32e3b8b0592d4"},{"name":"webpack-compilation","duration":146325,"timestamp":1585089447,"id":1345,"parentId":16,"tags":{"name":"edge-server"},"startTime":1788600617888,"traceId":"1ff32e3b8b0592d4"},{"name":"emit","duration":4505,"timestamp":1585235849,"id":1366,"parentId":16,"tags":{},"startTime":1788600618035,"traceId":"1ff32e3b8b0592d4"},{"name":"webpack-close","duration":278,"timestamp":1585240677,"id":1367,"parentId":16,"tags":{"name":"edge-server"},"startTime":1788600618039,"traceId":"1ff32e3b8b0592d4"},{"name":"webpack-generate-error-stats","duration":592,"timestamp":1585240962,"id":1368,"parentId":1367,"tags":{},"startTime":1788600618040,"traceId":"1ff32e3b8b0592d4"}]
|
|
6
|
+
[{"name":"add-entry","duration":719920,"timestamp":1585252560,"id":1382,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719944,"timestamp":1585252563,"id":1383,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719945,"timestamp":1585252565,"id":1384,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719946,"timestamp":1585252568,"id":1385,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719945,"timestamp":1585252570,"id":1386,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719945,"timestamp":1585252573,"id":1387,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719945,"timestamp":1585252575,"id":1388,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719945,"timestamp":1585252578,"id":1389,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719945,"timestamp":1585252581,"id":1390,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719950,"timestamp":1585252583,"id":1391,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719950,"timestamp":1585252585,"id":1392,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719951,"timestamp":1585252588,"id":1393,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719951,"timestamp":1585252590,"id":1394,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719950,"timestamp":1585252593,"id":1395,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719950,"timestamp":1585252595,"id":1396,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719950,"timestamp":1585252597,"id":1397,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719950,"timestamp":1585252600,"id":1398,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719950,"timestamp":1585252602,"id":1399,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719950,"timestamp":1585252604,"id":1400,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719950,"timestamp":1585252607,"id":1401,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719949,"timestamp":1585252610,"id":1402,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719949,"timestamp":1585252612,"id":1403,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719948,"timestamp":1585252615,"id":1404,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719947,"timestamp":1585252618,"id":1405,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719947,"timestamp":1585252620,"id":1406,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719947,"timestamp":1585252622,"id":1407,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719946,"timestamp":1585252625,"id":1408,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719944,"timestamp":1585252628,"id":1409,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719944,"timestamp":1585252631,"id":1410,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719943,"timestamp":1585252634,"id":1411,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719942,"timestamp":1585252636,"id":1412,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719942,"timestamp":1585252639,"id":1413,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719942,"timestamp":1585252641,"id":1414,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719941,"timestamp":1585252644,"id":1415,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719941,"timestamp":1585252646,"id":1416,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719940,"timestamp":1585252648,"id":1417,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719940,"timestamp":1585252651,"id":1418,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719940,"timestamp":1585252653,"id":1419,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719939,"timestamp":1585252655,"id":1420,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719939,"timestamp":1585252658,"id":1421,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719938,"timestamp":1585252660,"id":1422,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719938,"timestamp":1585252662,"id":1423,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719938,"timestamp":1585252665,"id":1424,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719937,"timestamp":1585252667,"id":1425,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719937,"timestamp":1585252669,"id":1426,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719937,"timestamp":1585252672,"id":1427,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719937,"timestamp":1585252674,"id":1428,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719936,"timestamp":1585252676,"id":1429,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719936,"timestamp":1585252679,"id":1430,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719935,"timestamp":1585252681,"id":1431,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719935,"timestamp":1585252684,"id":1432,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719935,"timestamp":1585252686,"id":1433,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719934,"timestamp":1585252688,"id":1434,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719934,"timestamp":1585252691,"id":1435,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719932,"timestamp":1585252694,"id":1436,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719931,"timestamp":1585252697,"id":1437,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719931,"timestamp":1585252700,"id":1438,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719930,"timestamp":1585252702,"id":1439,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719930,"timestamp":1585252704,"id":1440,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719929,"timestamp":1585252706,"id":1441,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719929,"timestamp":1585252709,"id":1442,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719929,"timestamp":1585252711,"id":1443,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719928,"timestamp":1585252714,"id":1444,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719928,"timestamp":1585252716,"id":1445,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719928,"timestamp":1585252718,"id":1446,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719928,"timestamp":1585252721,"id":1447,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719927,"timestamp":1585252723,"id":1448,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719927,"timestamp":1585252725,"id":1449,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719927,"timestamp":1585252728,"id":1450,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719927,"timestamp":1585252730,"id":1451,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719926,"timestamp":1585252733,"id":1452,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719926,"timestamp":1585252735,"id":1453,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719925,"timestamp":1585252738,"id":1454,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719925,"timestamp":1585252740,"id":1455,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719925,"timestamp":1585252742,"id":1456,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719924,"timestamp":1585252744,"id":1457,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719924,"timestamp":1585252747,"id":1458,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719923,"timestamp":1585252749,"id":1459,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719923,"timestamp":1585252752,"id":1460,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719923,"timestamp":1585252754,"id":1461,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719922,"timestamp":1585252756,"id":1462,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719922,"timestamp":1585252759,"id":1463,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719921,"timestamp":1585252761,"id":1464,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719921,"timestamp":1585252763,"id":1465,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719920,"timestamp":1585252766,"id":1466,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719919,"timestamp":1585252768,"id":1467,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719919,"timestamp":1585252771,"id":1468,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719919,"timestamp":1585252773,"id":1469,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719919,"timestamp":1585252775,"id":1470,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719918,"timestamp":1585252777,"id":1471,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719918,"timestamp":1585252780,"id":1472,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719918,"timestamp":1585252782,"id":1473,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719917,"timestamp":1585252784,"id":1474,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719916,"timestamp":1585252787,"id":1475,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719916,"timestamp":1585252789,"id":1476,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719916,"timestamp":1585252791,"id":1477,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719915,"timestamp":1585252794,"id":1478,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719915,"timestamp":1585252796,"id":1479,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719914,"timestamp":1585252798,"id":1480,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719914,"timestamp":1585252800,"id":1481,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":719913,"timestamp":1585252803,"id":1482,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"}]
|
|
7
|
+
[{"name":"add-entry","duration":720133,"timestamp":1585252805,"id":1483,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720135,"timestamp":1585252808,"id":1484,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720135,"timestamp":1585252810,"id":1485,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720135,"timestamp":1585252813,"id":1486,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720135,"timestamp":1585252815,"id":1487,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720135,"timestamp":1585252818,"id":1488,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720135,"timestamp":1585252820,"id":1489,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720135,"timestamp":1585252822,"id":1490,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720135,"timestamp":1585252824,"id":1491,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720134,"timestamp":1585252827,"id":1492,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720134,"timestamp":1585252829,"id":1493,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720134,"timestamp":1585252832,"id":1494,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720134,"timestamp":1585252834,"id":1495,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720134,"timestamp":1585252836,"id":1496,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720134,"timestamp":1585252839,"id":1497,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720134,"timestamp":1585252841,"id":1498,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720134,"timestamp":1585252843,"id":1499,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720131,"timestamp":1585252848,"id":1500,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720129,"timestamp":1585252852,"id":1501,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720130,"timestamp":1585252854,"id":1502,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720129,"timestamp":1585252857,"id":1503,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720130,"timestamp":1585252859,"id":1504,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720129,"timestamp":1585252862,"id":1505,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720130,"timestamp":1585252864,"id":1506,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720129,"timestamp":1585252866,"id":1507,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720129,"timestamp":1585252868,"id":1508,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720128,"timestamp":1585252871,"id":1509,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720128,"timestamp":1585252873,"id":1510,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720128,"timestamp":1585252875,"id":1511,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720147,"timestamp":1585252878,"id":1512,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720148,"timestamp":1585252880,"id":1513,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720148,"timestamp":1585252883,"id":1514,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720147,"timestamp":1585252885,"id":1515,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720147,"timestamp":1585252888,"id":1516,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720147,"timestamp":1585252890,"id":1517,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720147,"timestamp":1585252892,"id":1518,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720147,"timestamp":1585252894,"id":1519,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720146,"timestamp":1585252897,"id":1520,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720146,"timestamp":1585252899,"id":1521,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720146,"timestamp":1585252902,"id":1522,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720146,"timestamp":1585252904,"id":1523,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":720107,"timestamp":1585252945,"id":1540,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":819868,"timestamp":1585252514,"id":1374,"parentId":1370,"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":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":855374,"timestamp":1585252529,"id":1378,"parentId":1370,"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":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":860262,"timestamp":1585252554,"id":1380,"parentId":1370,"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":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":925812,"timestamp":1585252517,"id":1375,"parentId":1370,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":925824,"timestamp":1585252525,"id":1377,"parentId":1370,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":925834,"timestamp":1585252521,"id":1376,"parentId":1370,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":925920,"timestamp":1585252443,"id":1371,"parentId":1370,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":925867,"timestamp":1585252509,"id":1373,"parentId":1370,"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":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":925891,"timestamp":1585252492,"id":1372,"parentId":1370,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1029863,"timestamp":1585252953,"id":1543,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1029916,"timestamp":1585252919,"id":1529,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1031417,"timestamp":1585252533,"id":1379,"parentId":1370,"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":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1251987,"timestamp":1585252557,"id":1381,"parentId":1370,"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":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1251653,"timestamp":1585252909,"id":1525,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1251652,"timestamp":1585252915,"id":1527,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1251646,"timestamp":1585252924,"id":1531,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1251643,"timestamp":1585252929,"id":1533,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1251641,"timestamp":1585252933,"id":1535,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1251630,"timestamp":1585252948,"id":1541,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1328091,"timestamp":1585252912,"id":1526,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1328133,"timestamp":1585252922,"id":1530,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1328134,"timestamp":1585252926,"id":1532,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1328127,"timestamp":1585252938,"id":1537,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1328126,"timestamp":1585252943,"id":1539,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1344672,"timestamp":1585252906,"id":1524,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1344679,"timestamp":1585252917,"id":1528,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1344671,"timestamp":1585252931,"id":1534,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1344672,"timestamp":1585252936,"id":1536,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1365404,"timestamp":1585252955,"id":1544,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1842745,"timestamp":1585252941,"id":1538,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"add-entry","duration":1842757,"timestamp":1585252950,"id":1542,"parentId":1370,"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":1788600618052,"traceId":"1ff32e3b8b0592d4"},{"name":"make","duration":1843624,"timestamp":1585252180,"id":1370,"parentId":1369,"tags":{},"startTime":1788600618051,"traceId":"1ff32e3b8b0592d4"},{"name":"chunk-graph","duration":88292,"timestamp":1587286328,"id":1546,"parentId":1545,"tags":{},"startTime":1788600620085,"traceId":"1ff32e3b8b0592d4"},{"name":"optimize-modules","duration":9,"timestamp":1587374688,"id":1548,"parentId":1545,"tags":{},"startTime":1788600620173,"traceId":"1ff32e3b8b0592d4"},{"name":"optimize-chunks","duration":89097,"timestamp":1587390084,"id":1550,"parentId":1545,"tags":{},"startTime":1788600620189,"traceId":"1ff32e3b8b0592d4"},{"name":"optimize-tree","duration":20,"timestamp":1587479245,"id":1551,"parentId":1545,"tags":{},"startTime":1788600620278,"traceId":"1ff32e3b8b0592d4"},{"name":"optimize-chunk-modules","duration":112717,"timestamp":1587479311,"id":1552,"parentId":1545,"tags":{},"startTime":1788600620278,"traceId":"1ff32e3b8b0592d4"},{"name":"optimize","duration":217407,"timestamp":1587374669,"id":1547,"parentId":1545,"tags":{},"startTime":1788600620173,"traceId":"1ff32e3b8b0592d4"},{"name":"module-hash","duration":77676,"timestamp":1587693902,"id":1553,"parentId":1545,"tags":{},"startTime":1788600620493,"traceId":"1ff32e3b8b0592d4"},{"name":"code-generation","duration":10987,"timestamp":1587771635,"id":1554,"parentId":1545,"tags":{},"startTime":1788600620570,"traceId":"1ff32e3b8b0592d4"},{"name":"hash","duration":19677,"timestamp":1587790583,"id":1555,"parentId":1545,"tags":{},"startTime":1788600620589,"traceId":"1ff32e3b8b0592d4"},{"name":"code-generation-jobs","duration":307,"timestamp":1587810258,"id":1556,"parentId":1545,"tags":{},"startTime":1788600620609,"traceId":"1ff32e3b8b0592d4"},{"name":"module-assets","duration":1966,"timestamp":1587810455,"id":1557,"parentId":1545,"tags":{},"startTime":1788600620609,"traceId":"1ff32e3b8b0592d4"},{"name":"create-chunk-assets","duration":8167,"timestamp":1587812442,"id":1558,"parentId":1545,"tags":{},"startTime":1788600620611,"traceId":"1ff32e3b8b0592d4"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1540,"timestamp":1587824388,"id":1560,"parentId":1369,"tags":{},"startTime":1788600620623,"traceId":"1ff32e3b8b0592d4"},{"name":"NextJsBuildManifest-createassets","duration":2533,"timestamp":1587823409,"id":1559,"parentId":1369,"tags":{},"startTime":1788600620622,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1671,"timestamp":1587842539,"id":1562,"parentId":1561,"tags":{"name":"static/chunks/main-539493b63abb15fd.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1645,"timestamp":1587842573,"id":1563,"parentId":1561,"tags":{"name":"static/chunks/main-app-8d01cdae10986111.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1639,"timestamp":1587842582,"id":1564,"parentId":1561,"tags":{"name":"static/chunks/app/_not-found/page-304751f8b3dbbabf.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1636,"timestamp":1587842587,"id":1565,"parentId":1561,"tags":{"name":"static/chunks/pages/_app-4600827deac7eb97.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1632,"timestamp":1587842592,"id":1566,"parentId":1561,"tags":{"name":"static/chunks/pages/_error-aaa1b9f547e6bfb4.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1628,"timestamp":1587842597,"id":1567,"parentId":1561,"tags":{"name":"static/chunks/app/global-error-ffd25ce4df4512bc.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1625,"timestamp":1587842601,"id":1568,"parentId":1561,"tags":{"name":"static/chunks/app/layout-964f9b366f87a3b7.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1622,"timestamp":1587842606,"id":1569,"parentId":1561,"tags":{"name":"static/chunks/app/error-995a8a26fff05ddd.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1618,"timestamp":1587842611,"id":1570,"parentId":1561,"tags":{"name":"static/chunks/app/loading-a7635442ff41828d.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1616,"timestamp":1587842615,"id":1571,"parentId":1561,"tags":{"name":"static/chunks/app/api/assistant/conversation/route-a04e1e15d8eb26ef.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1612,"timestamp":1587842620,"id":1572,"parentId":1561,"tags":{"name":"static/chunks/app/api/assistant/current-output/route-5831168f084c4fac.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1609,"timestamp":1587842624,"id":1573,"parentId":1561,"tags":{"name":"static/chunks/app/api/assistant/session/route-a6e861a3b5bb5739.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1606,"timestamp":1587842627,"id":1574,"parentId":1561,"tags":{"name":"static/chunks/app/api/assistant/messages/route-1c7a663374ce8640.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"}]
|
|
8
|
+
[{"name":"minify-js","duration":1796,"timestamp":1587842632,"id":1575,"parentId":1561,"tags":{"name":"static/chunks/app/api/assistant/start/route-344470b63e3e5f40.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1795,"timestamp":1587842637,"id":1576,"parentId":1561,"tags":{"name":"static/chunks/app/api/assistant/terminal/route-0d5b1b45c053b5cc.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1792,"timestamp":1587842641,"id":1577,"parentId":1561,"tags":{"name":"static/chunks/app/api/assistant/tools/route-a1112a34a90c5aab.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1789,"timestamp":1587842646,"id":1578,"parentId":1561,"tags":{"name":"static/chunks/app/api/auth/login/route-9f512e1dcacf2e7d.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1786,"timestamp":1587842650,"id":1579,"parentId":1561,"tags":{"name":"static/chunks/app/api/auth/logout/route-e10504ba6a3ec46f.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1782,"timestamp":1587842655,"id":1580,"parentId":1561,"tags":{"name":"static/chunks/app/api/daily-summary/route-f9e2ad20284dc0f1.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1779,"timestamp":1587842659,"id":1581,"parentId":1561,"tags":{"name":"static/chunks/app/api/hooks/claude-done/route-2996ad0194de06b3.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1777,"timestamp":1587842662,"id":1582,"parentId":1561,"tags":{"name":"static/chunks/app/api/hooks/agent-event/route-765052b457d80243.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1772,"timestamp":1587842668,"id":1583,"parentId":1561,"tags":{"name":"static/chunks/app/api/hooks/permission-request/route-2971e290a96dbf72.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1770,"timestamp":1587842671,"id":1584,"parentId":1561,"tags":{"name":"static/chunks/app/api/metrics/vibe/route-1a2c3bcaf27dc8a3.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1767,"timestamp":1587842675,"id":1585,"parentId":1561,"tags":{"name":"static/chunks/app/api/ollama/models/route-162e7f0ec496066a.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1764,"timestamp":1587842680,"id":1586,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/[id]/route-efaf0815ae5f62f3.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1761,"timestamp":1587842684,"id":1587,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/[todoId]/route-ef6fba4d2d5f8b15.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1758,"timestamp":1587842689,"id":1588,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/route-8b9d7034365eca63.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1755,"timestamp":1587842693,"id":1589,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/clone/[jobId]/route-5eaa83de1d0cc7ef.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1753,"timestamp":1587842697,"id":1590,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/clone/route-99b663b401fff6b5.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1749,"timestamp":1587842701,"id":1591,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/excluded/route-0a629c9294f8a632.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1745,"timestamp":1587842707,"id":1592,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/restore/route-f66b10c4367a16b6.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1742,"timestamp":1587842711,"id":1593,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/route-fe115a9a2a8bf295.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1738,"timestamp":1587842716,"id":1594,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/scan/route-9423c7d4152bdf84.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1735,"timestamp":1587842720,"id":1595,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/sync/route-35db2e6de3721894.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1731,"timestamp":1587842725,"id":1596,"parentId":1561,"tags":{"name":"static/chunks/app/api/slash-commands/route-1ab88762117bd2c4.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1728,"timestamp":1587842729,"id":1597,"parentId":1561,"tags":{"name":"static/chunks/app/api/tasks/[taskId]/cancel/route-7c6a6a44d9e7491b.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1726,"timestamp":1587842733,"id":1598,"parentId":1561,"tags":{"name":"static/chunks/app/api/tasks/[taskId]/route-4577231a11ca7f03.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1722,"timestamp":1587842737,"id":1599,"parentId":1561,"tags":{"name":"static/chunks/app/api/templates/[id]/route-66889a7e7c6bd560.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1719,"timestamp":1587842741,"id":1600,"parentId":1561,"tags":{"name":"static/chunks/app/api/templates/route-dd0d4e89f21566f3.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1717,"timestamp":1587842745,"id":1601,"parentId":1561,"tags":{"name":"static/chunks/app/api/verification/runs/[runId]/route-d16bfb7a01d12bbf.js","cache":"HIT"},"startTime":1788600620641,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1713,"timestamp":1587842750,"id":1602,"parentId":1561,"tags":{"name":"static/chunks/app/api/verification/runs/route-6ac86cdca829250b.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1711,"timestamp":1587842754,"id":1603,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/auto-yes/route-9c24fd40a6a369a4.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1707,"timestamp":1587842759,"id":1604,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/capture/route-bae4d8b068ab56ae.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1704,"timestamp":1587842763,"id":1605,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/clear-composer/route-0d82ac0de9f115ec.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1702,"timestamp":1587842766,"id":1606,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cli-reference/route-1c41814e85d2c410.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1698,"timestamp":1587842772,"id":1607,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cli-tool/route-fa2a3ce84d00af5f.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1695,"timestamp":1587842775,"id":1608,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cmate/schedules/route-ef2f501b0b42b565.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1693,"timestamp":1587842779,"id":1609,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/current-output/route-3ddcb1577a8b2ab6.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1689,"timestamp":1587842784,"id":1610,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/env/route-20fe3360c4ccb67a.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1686,"timestamp":1587842788,"id":1611,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-98b4dc0554ee8ffc.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1684,"timestamp":1587842793,"id":1612,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/route-078e105fd5858a3f.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1680,"timestamp":1587842798,"id":1613,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/files/[...path]/route-ae5a4e5e00ece467.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1678,"timestamp":1587842801,"id":1614,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/create/route-ad32a299b0232bc3.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1674,"timestamp":1587842806,"id":1615,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/delete/route-a78e5612293205cd.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1672,"timestamp":1587842810,"id":1616,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branches/route-3675bdc5932959d2.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1670,"timestamp":1587842813,"id":1617,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/commit/route-9f2a75372cb6f4df.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1667,"timestamp":1587842818,"id":1618,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/checkout/route-742727301413dd87.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1665,"timestamp":1587842822,"id":1619,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/diff/route-46fb7d2391bdea67.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1662,"timestamp":1587842826,"id":1620,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/log/route-55e1616b4935907b.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1659,"timestamp":1587842830,"id":1621,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/fetch/route-21de89fc789178c8.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1655,"timestamp":1587842835,"id":1622,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/pull/route-2e6eb12d1b164575.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1652,"timestamp":1587842840,"id":1623,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/push/route-6090305e4e376e5d.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1649,"timestamp":1587842844,"id":1624,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/reset/route-c7c7798b9cb24bcb.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1645,"timestamp":1587842849,"id":1625,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/revert/route-73c24c2c56b38528.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1615,"timestamp":1587842881,"id":1626,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-8acbaa60a0ffaa99.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1611,"timestamp":1587842886,"id":1627,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stage/route-029cfaecf4dd78a8.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1607,"timestamp":1587842892,"id":1628,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/staged/route-b6d3be450b433cab.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1604,"timestamp":1587842896,"id":1629,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-4f8381c632e39965.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1600,"timestamp":1587842900,"id":1630,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/apply/route-4b24a83c7b156bd3.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1598,"timestamp":1587842904,"id":1631,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/pop/route-367d27b618f103ec.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1595,"timestamp":1587842908,"id":1632,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/push/route-9262b71e54409147.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1591,"timestamp":1587842913,"id":1633,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/route-112bc4f5daf4b0d5.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1588,"timestamp":1587842917,"id":1634,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/unstage/route-6ff1bba8a4e41b3e.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1586,"timestamp":1587842921,"id":1635,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/status/route-3d778100ac3f7188.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1582,"timestamp":1587842926,"id":1636,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/working-diff/route-79a614bd4f111a1e.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1579,"timestamp":1587842930,"id":1637,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/instances/opencode/route-658517f959b2e9a5.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1576,"timestamp":1587842935,"id":1638,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/interrupt/route-dad583039baee9e6.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1573,"timestamp":1587842938,"id":1639,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/kill-session/route-c8cb17019ea4b9a3.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1571,"timestamp":1587842942,"id":1640,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/marp-render/route-4b46606e941ac9b8.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1568,"timestamp":1587842947,"id":1641,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-402a2661b5fa4b9e.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1565,"timestamp":1587842950,"id":1642,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/route-0f1c03c869ad3a30.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1563,"timestamp":1587842954,"id":1643,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/messages/route-3a0307815aa0f6b2.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1560,"timestamp":1587842959,"id":1644,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/opencode/session/route-d435dc075a4db101.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1557,"timestamp":1587842962,"id":1645,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/opencode/diff/route-805c45394c0a85bc.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1554,"timestamp":1587842967,"id":1646,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/prompt-response/route-4a7dd3fc9b97fae4.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1551,"timestamp":1587842971,"id":1647,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/opencode/share/route-eb952fdfbb08d650.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1549,"timestamp":1587842975,"id":1648,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/resolve-target/route-22ce1830eb725644.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1544,"timestamp":1587842981,"id":1649,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/respond/route-a1e916f1cad580a8.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1542,"timestamp":1587842984,"id":1650,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/route-040c9e7142546a46.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1539,"timestamp":1587842988,"id":1651,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-3bec72c0c95df125.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1536,"timestamp":1587842993,"id":1652,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/active/route-74bb5fe23b4cea84.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1533,"timestamp":1587842997,"id":1653,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/route-59339c9bb608af83.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1530,"timestamp":1587843001,"id":1654,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/search/route-694df8a0164ac382.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1501,"timestamp":1587843031,"id":1655,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/send/route-14ccc1efd0b67c0e.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1493,"timestamp":1587843040,"id":1656,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/slash-commands/route-edd15027eb21ca16.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1489,"timestamp":1587843046,"id":1657,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/special-keys/route-f48dbccdbc699706.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1487,"timestamp":1587843050,"id":1658,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tasks/route-8107eeb2ea9cd5f2.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1483,"timestamp":1587843054,"id":1659,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/terminal/route-52216712387d8f87.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1479,"timestamp":1587843059,"id":1660,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/history/route-7162a1bccc1a7c6e.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1477,"timestamp":1587843063,"id":1661,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/route-ce9e54ca6e60d782.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1473,"timestamp":1587843068,"id":1662,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-62a525ef25f61a8d.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1470,"timestamp":1587843073,"id":1663,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/route-3b4f349f07706e2f.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1467,"timestamp":1587843077,"id":1664,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/[...path]/route-9d981ddea53e2e8c.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1464,"timestamp":1587843081,"id":1665,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/route-2f90853db5196c33.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1461,"timestamp":1587843085,"id":1666,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/upload/[...path]/route-40cb87664743c374.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1458,"timestamp":1587843090,"id":1667,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/config/route-8eb5364dfb02aa1d.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1454,"timestamp":1587843095,"id":1668,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/route-88aaedbcd562b71b.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1452,"timestamp":1587843098,"id":1669,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/cancel/route-6318c9085567d1f0.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1449,"timestamp":1587843103,"id":1670,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/route-902a2f95a73af20d.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1446,"timestamp":1587843107,"id":1671,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/runs/route-c2fa192c85ae6a4c.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1443,"timestamp":1587843111,"id":1672,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/viewed/route-b6933d7af2d7ede4.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1439,"timestamp":1587843116,"id":1673,"parentId":1561,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-47de54bb4d8103e4.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1437,"timestamp":1587843120,"id":1674,"parentId":1561,"tags":{"name":"static/chunks/app/api/agents/versions/route-77ccd46e05e160f9.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1434,"timestamp":1587843124,"id":1675,"parentId":1561,"tags":{"name":"static/chunks/app/api/app/update/route-b2207b7901008fe8.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"}]
|
|
9
|
+
[{"name":"minify-js","duration":1518,"timestamp":1587843129,"id":1676,"parentId":1561,"tags":{"name":"static/chunks/app/api/agents/update/route-fea8cdc9141dcbf3.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1516,"timestamp":1587843133,"id":1677,"parentId":1561,"tags":{"name":"static/chunks/app/api/app/update-check/route-e1d8379a6c442cdd.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1512,"timestamp":1587843138,"id":1678,"parentId":1561,"tags":{"name":"static/chunks/app/api/auth/status/route-6d82a3a89993c5b2.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1509,"timestamp":1587843142,"id":1679,"parentId":1561,"tags":{"name":"static/chunks/app/api/capabilities/route-7b0d1d7d7da40334.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1506,"timestamp":1587843146,"id":1680,"parentId":1561,"tags":{"name":"static/chunks/app/api/daily-summary/status/route-8a009e05ad337804.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1503,"timestamp":1587843151,"id":1681,"parentId":1561,"tags":{"name":"static/chunks/app/api/external-apps/[id]/health/route-22212e4e97187c59.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1500,"timestamp":1587843155,"id":1682,"parentId":1561,"tags":{"name":"static/chunks/app/api/external-apps/route-db0de1f123e57f66.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1497,"timestamp":1587843159,"id":1683,"parentId":1561,"tags":{"name":"static/chunks/app/api/fs/recent-paths/route-a64c2715b04bd843.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1493,"timestamp":1587843164,"id":1684,"parentId":1561,"tags":{"name":"static/chunks/app/api/fs/browse/route-06191c7f87b2b04e.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1490,"timestamp":1587843168,"id":1685,"parentId":1561,"tags":{"name":"static/chunks/app/api/external-apps/[id]/route-1415b4b650664afa.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1486,"timestamp":1587843173,"id":1686,"parentId":1561,"tags":{"name":"static/chunks/app/api/push/escalation/route-e253930c97f58a4c.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1484,"timestamp":1587843177,"id":1687,"parentId":1561,"tags":{"name":"static/chunks/app/api/push/vapid/route-010fbb7aa98b2ad2.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1481,"timestamp":1587843181,"id":1688,"parentId":1561,"tags":{"name":"static/chunks/app/api/push/subscriptions/route-4e235cb9d9c4b1ff.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1477,"timestamp":1587843186,"id":1689,"parentId":1561,"tags":{"name":"static/chunks/app/api/remote/pair/route-23748dbec0525b96.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1468,"timestamp":1587843196,"id":1690,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/validate-path/route-7df0ebe56486b03a.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1459,"timestamp":1587843206,"id":1691,"parentId":1561,"tags":{"name":"static/chunks/app/api/sidebar/group-order/route-759701550faee10b.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1455,"timestamp":1587843211,"id":1692,"parentId":1561,"tags":{"name":"static/chunks/app/api/settings/default-agents/route-1f9bd1359dd9728c.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1453,"timestamp":1587843215,"id":1693,"parentId":1561,"tags":{"name":"static/chunks/app/api/skills/[id]/route-a0341c880c37eccd.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1449,"timestamp":1587843220,"id":1694,"parentId":1561,"tags":{"name":"static/chunks/app/api/skills/reindex/route-2723e38103eafd5d.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1447,"timestamp":1587843223,"id":1695,"parentId":1561,"tags":{"name":"static/chunks/app/api/skills/installations/route-b7e76992c3af9c68.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1444,"timestamp":1587843227,"id":1696,"parentId":1561,"tags":{"name":"static/chunks/app/api/todos/route-6b8a273af5f64ccd.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1441,"timestamp":1587843232,"id":1697,"parentId":1561,"tags":{"name":"static/chunks/app/api/skills/route-3cbc9145bb0bbbba.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1438,"timestamp":1587843236,"id":1698,"parentId":1561,"tags":{"name":"static/chunks/app/api/skills/operations/route-0a36e0c8a226ef27.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1435,"timestamp":1587843240,"id":1699,"parentId":1561,"tags":{"name":"static/chunks/app/api/settings/default-surface-mode/route-efb79496fa5ed343.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1432,"timestamp":1587843244,"id":1700,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/route-6ef04d55a40d2ffe.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1429,"timestamp":1587843249,"id":1701,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/[filename]/route-fc8dfa5388d0ca39.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1425,"timestamp":1587843254,"id":1702,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-fed7ca96078bae22.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1422,"timestamp":1587843258,"id":1703,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-19ab2b645f9b037b.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1419,"timestamp":1587843262,"id":1704,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-e343f5ba1fce01c4.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1415,"timestamp":1587843267,"id":1705,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/update-plan/route-31015fc11edd481c.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1412,"timestamp":1587843271,"id":1706,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/route-0b15fd95625f7a87.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1409,"timestamp":1587843275,"id":1707,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-0013f5ec304ba55c.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1406,"timestamp":1587843279,"id":1708,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/apply-default-agents/route-c7ebcc81f8abaf08.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1404,"timestamp":1587843283,"id":1709,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/route-75b318d8b610c09f.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1400,"timestamp":1587843288,"id":1710,"parentId":1561,"tags":{"name":"static/chunks/app/proxy/[...path]/route-3ed73abe17d755f6.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1397,"timestamp":1587843292,"id":1711,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/update/route-a47173dd63d82a7f.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1394,"timestamp":1587843296,"id":1712,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-1b30de6920dda6ea.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1391,"timestamp":1587843300,"id":1713,"parentId":1561,"tags":{"name":"static/chunks/app/login/page-7974413c4ae4fea4.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1388,"timestamp":1587843305,"id":1714,"parentId":1561,"tags":{"name":"static/chunks/app/chat/loading-d434ee28efc4542b.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1386,"timestamp":1587843309,"id":1715,"parentId":1561,"tags":{"name":"static/chunks/app/chat/page-31064439a8c649f1.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1382,"timestamp":1587843313,"id":1716,"parentId":1561,"tags":{"name":"static/chunks/app/more/loading-fd3a6ecce972c7ab.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1380,"timestamp":1587843317,"id":1717,"parentId":1561,"tags":{"name":"static/chunks/app/more/page-44308b3a655d53b9.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1376,"timestamp":1587843321,"id":1718,"parentId":1561,"tags":{"name":"static/chunks/app/offline/page-b9127940b8a02099.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1374,"timestamp":1587843325,"id":1719,"parentId":1561,"tags":{"name":"static/chunks/app/page-b799988475592268.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1372,"timestamp":1587843328,"id":1720,"parentId":1561,"tags":{"name":"static/chunks/app/repositories/loading-8fe44aade831ffaf.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1369,"timestamp":1587843333,"id":1721,"parentId":1561,"tags":{"name":"static/chunks/app/repositories/page-a2e904e4f6f6ef60.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1366,"timestamp":1587843336,"id":1722,"parentId":1561,"tags":{"name":"static/chunks/app/review/loading-8c56140c074acf04.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1364,"timestamp":1587843340,"id":1723,"parentId":1561,"tags":{"name":"static/chunks/app/review/page-6fa438dd0d35482e.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1361,"timestamp":1587843345,"id":1724,"parentId":1561,"tags":{"name":"static/chunks/app/sessions/loading-330c917c3178d72e.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1358,"timestamp":1587843348,"id":1725,"parentId":1561,"tags":{"name":"static/chunks/app/sessions/page-40270cbad7bd71c3.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1355,"timestamp":1587843353,"id":1726,"parentId":1561,"tags":{"name":"static/chunks/app/skills/installed/page-159f869c5f6948c7.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1353,"timestamp":1587843356,"id":1727,"parentId":1561,"tags":{"name":"static/chunks/app/skills/[skillId]/page-c1ef0712d428571a.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1350,"timestamp":1587843360,"id":1728,"parentId":1561,"tags":{"name":"static/chunks/app/skills/page-761d3152b48d9093.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1347,"timestamp":1587843365,"id":1729,"parentId":1561,"tags":{"name":"static/chunks/app/worktrees/[id]/layout-d306ed45f544007f.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1344,"timestamp":1587843368,"id":1730,"parentId":1561,"tags":{"name":"static/chunks/app/worktrees/[id]/loading-dc4de5720f6ab5ff.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1342,"timestamp":1587843372,"id":1731,"parentId":1561,"tags":{"name":"static/chunks/app/worktrees/[id]/page-2f1033a55f938c86.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1339,"timestamp":1587843376,"id":1732,"parentId":1561,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-7b73a0accd3a0644.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1336,"timestamp":1587843380,"id":1733,"parentId":1561,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-6b8634c2046dc424.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1333,"timestamp":1587843385,"id":1734,"parentId":1561,"tags":{"name":"static/chunks/webpack-76888df932fce0c2.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1330,"timestamp":1587843388,"id":1735,"parentId":1561,"tags":{"name":"static/chunks/7229.916880a7075026ef.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1328,"timestamp":1587843392,"id":1736,"parentId":1561,"tags":{"name":"static/chunks/3922.a60b050fabfde174.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1325,"timestamp":1587843397,"id":1737,"parentId":1561,"tags":{"name":"static/chunks/953.ef4497e399601a97.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1322,"timestamp":1587843400,"id":1738,"parentId":1561,"tags":{"name":"static/chunks/530.f3e15fed2b4d9622.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1320,"timestamp":1587843404,"id":1739,"parentId":1561,"tags":{"name":"static/chunks/4378.9660630b193ad93a.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1317,"timestamp":1587843408,"id":1740,"parentId":1561,"tags":{"name":"static/chunks/4943.65fe9b5a42528e95.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1314,"timestamp":1587843412,"id":1741,"parentId":1561,"tags":{"name":"static/chunks/8923.fee092ea3f1183f4.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1310,"timestamp":1587843417,"id":1742,"parentId":1561,"tags":{"name":"static/chunks/4937.dccf0357fecc5723.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1306,"timestamp":1587843422,"id":1743,"parentId":1561,"tags":{"name":"static/chunks/4489.0d368cde1fb3357b.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1303,"timestamp":1587843426,"id":1744,"parentId":1561,"tags":{"name":"static/chunks/5142.367bd3be117eed79.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1300,"timestamp":1587843430,"id":1745,"parentId":1561,"tags":{"name":"static/chunks/2935.2ebbb100e3d43c64.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1297,"timestamp":1587843435,"id":1746,"parentId":1561,"tags":{"name":"static/chunks/7732.341d025efb77d613.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1294,"timestamp":1587843439,"id":1747,"parentId":1561,"tags":{"name":"static/chunks/2918.07ccdcb387059c26.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1291,"timestamp":1587843443,"id":1748,"parentId":1561,"tags":{"name":"static/chunks/3862.537a6082bef9f803.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1288,"timestamp":1587843447,"id":1749,"parentId":1561,"tags":{"name":"static/chunks/8706.a191055071758495.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1285,"timestamp":1587843451,"id":1750,"parentId":1561,"tags":{"name":"static/chunks/4384.18b73d21bb82bbb3.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1282,"timestamp":1587843455,"id":1751,"parentId":1561,"tags":{"name":"static/chunks/7528.6f2689bf02ee7e39.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1279,"timestamp":1587843460,"id":1752,"parentId":1561,"tags":{"name":"static/chunks/7095.1a931e6913f28393.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1276,"timestamp":1587843464,"id":1753,"parentId":1561,"tags":{"name":"static/chunks/6596.bb65008aa0ac68d6.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1272,"timestamp":1587843468,"id":1754,"parentId":1561,"tags":{"name":"static/chunks/2311.498eabd1cf6b053c.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1269,"timestamp":1587843473,"id":1755,"parentId":1561,"tags":{"name":"static/chunks/2156.9b99294d52c96d16.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1266,"timestamp":1587843477,"id":1756,"parentId":1561,"tags":{"name":"static/chunks/2601.a828eccc4459dca1.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1263,"timestamp":1587843481,"id":1757,"parentId":1561,"tags":{"name":"static/chunks/5694.201d0e2a5d98a3d6.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1259,"timestamp":1587843485,"id":1758,"parentId":1561,"tags":{"name":"static/chunks/2789.211fa0f02c57b80f.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1257,"timestamp":1587843490,"id":1759,"parentId":1561,"tags":{"name":"static/chunks/8871.d9339ecb3eb1391d.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1253,"timestamp":1587843494,"id":1760,"parentId":1561,"tags":{"name":"static/chunks/7318.13546d24a16d19c8.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1251,"timestamp":1587843498,"id":1761,"parentId":1561,"tags":{"name":"static/chunks/5222.70661c975007e6b1.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1248,"timestamp":1587843502,"id":1762,"parentId":1561,"tags":{"name":"static/chunks/70.711e53c7c9f310df.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1245,"timestamp":1587843507,"id":1763,"parentId":1561,"tags":{"name":"static/chunks/7295.98f5a5b75283c24e.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1241,"timestamp":1587843512,"id":1764,"parentId":1561,"tags":{"name":"static/chunks/8339.0eec7dc6c4205f28.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1239,"timestamp":1587843516,"id":1765,"parentId":1561,"tags":{"name":"static/chunks/5146.080c4cbbd65deea4.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1236,"timestamp":1587843520,"id":1766,"parentId":1561,"tags":{"name":"static/chunks/282.5ed107c9ab46fa5f.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1233,"timestamp":1587843524,"id":1767,"parentId":1561,"tags":{"name":"static/chunks/1345.6321ea113d5bede1.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1230,"timestamp":1587843529,"id":1768,"parentId":1561,"tags":{"name":"static/chunks/5202.c595eef02cbf17a3.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1227,"timestamp":1587843533,"id":1769,"parentId":1561,"tags":{"name":"static/chunks/9775.7f5ac34a0ad29393.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1224,"timestamp":1587843538,"id":1770,"parentId":1561,"tags":{"name":"static/chunks/7968.4ca6adf1b5e72a04.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1221,"timestamp":1587843542,"id":1771,"parentId":1561,"tags":{"name":"static/chunks/3389.491645b95208b655.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1218,"timestamp":1587843546,"id":1772,"parentId":1561,"tags":{"name":"static/chunks/1394.8e56f315b770b4ef.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1215,"timestamp":1587843550,"id":1773,"parentId":1561,"tags":{"name":"static/chunks/577.c5f69dfebe2d4d32.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1212,"timestamp":1587843555,"id":1774,"parentId":1561,"tags":{"name":"static/chunks/2466.2d67cac2e3573f2a.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1208,"timestamp":1587843559,"id":1775,"parentId":1561,"tags":{"name":"static/chunks/framework-38fa8b5af7d90358.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1205,"timestamp":1587843564,"id":1776,"parentId":1561,"tags":{"name":"static/chunks/90542734.d8eec2a0f0f4cbd2.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"}]
|
|
10
|
+
[{"name":"minify-js","duration":1304,"timestamp":1587843568,"id":1777,"parentId":1561,"tags":{"name":"static/chunks/2ff9d716.e3d80ce219276621.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1302,"timestamp":1587843572,"id":1778,"parentId":1561,"tags":{"name":"static/chunks/af7f6608.5e51d05bf66c954d.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1299,"timestamp":1587843576,"id":1779,"parentId":1561,"tags":{"name":"static/chunks/d3ac728e.46277dd0271c22bd.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1296,"timestamp":1587843580,"id":1780,"parentId":1561,"tags":{"name":"static/chunks/4bd1b696-665cdfd6171c0dfe.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1293,"timestamp":1587843584,"id":1781,"parentId":1561,"tags":{"name":"static/chunks/30d07d85.eda90ffd1f72af84.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1290,"timestamp":1587843588,"id":1782,"parentId":1561,"tags":{"name":"static/chunks/6809-ea0b73285ee2d5b8.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1287,"timestamp":1587843592,"id":1783,"parentId":1561,"tags":{"name":"static/chunks/4909-29e7375ee477be0e.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1284,"timestamp":1587843597,"id":1784,"parentId":1561,"tags":{"name":"static/chunks/2770-88afd26d68c8f149.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1281,"timestamp":1587843601,"id":1785,"parentId":1561,"tags":{"name":"static/chunks/790-91e4cc5255faf403.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1279,"timestamp":1587843605,"id":1786,"parentId":1561,"tags":{"name":"static/chunks/4974-8a5cd7ac3ab8bc7e.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1276,"timestamp":1587843609,"id":1787,"parentId":1561,"tags":{"name":"static/chunks/4459.4838a33157fb1a62.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1273,"timestamp":1587843613,"id":1788,"parentId":1561,"tags":{"name":"static/chunks/4290.179b03a83a774748.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1269,"timestamp":1587843617,"id":1789,"parentId":1561,"tags":{"name":"static/chunks/8566-6907d69a61abbfdd.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1266,"timestamp":1587843621,"id":1790,"parentId":1561,"tags":{"name":"static/chunks/9948-1179ea549ed77972.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1263,"timestamp":1587843626,"id":1791,"parentId":1561,"tags":{"name":"static/chunks/9856.0b6ad271de065950.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1260,"timestamp":1587843630,"id":1792,"parentId":1561,"tags":{"name":"static/chunks/1191-929957caf145015a.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1257,"timestamp":1587843634,"id":1793,"parentId":1561,"tags":{"name":"static/chunks/5542-a10a9f427d64f678.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1254,"timestamp":1587843639,"id":1794,"parentId":1561,"tags":{"name":"static/chunks/5951.af60d0ca20c7b9c0.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1251,"timestamp":1587843643,"id":1795,"parentId":1561,"tags":{"name":"static/chunks/6690.e4c27364805e5969.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1248,"timestamp":1587843647,"id":1796,"parentId":1561,"tags":{"name":"static/chunks/9076.a8e4846115ded724.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1245,"timestamp":1587843651,"id":1797,"parentId":1561,"tags":{"name":"static/chunks/7485.c9571ab4860a44ed.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1242,"timestamp":1587843655,"id":1798,"parentId":1561,"tags":{"name":"static/chunks/1783-ee883b052afdccc7.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1240,"timestamp":1587843659,"id":1799,"parentId":1561,"tags":{"name":"static/chunks/1255-8e09e41c0147c246.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1236,"timestamp":1587843663,"id":1800,"parentId":1561,"tags":{"name":"static/chunks/6402-de6ba1f44c57b568.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1232,"timestamp":1587843668,"id":1801,"parentId":1561,"tags":{"name":"static/chunks/8019-c72a65b8e5e3a93b.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1230,"timestamp":1587843672,"id":1802,"parentId":1561,"tags":{"name":"static/chunks/4718-cda216d272909f0b.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1227,"timestamp":1587843676,"id":1803,"parentId":1561,"tags":{"name":"static/chunks/6170-fcab8b98cb971ffd.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1224,"timestamp":1587843680,"id":1804,"parentId":1561,"tags":{"name":"static/chunks/2751-46a5bbf4e8f22aea.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1221,"timestamp":1587843684,"id":1805,"parentId":1561,"tags":{"name":"static/chunks/2053-8f09186730bed088.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1218,"timestamp":1587843688,"id":1806,"parentId":1561,"tags":{"name":"static/chunks/6022-93b19efb3449aafe.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1215,"timestamp":1587843693,"id":1807,"parentId":1561,"tags":{"name":"static/chunks/4322-e69448c87a66faa4.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1212,"timestamp":1587843697,"id":1808,"parentId":1561,"tags":{"name":"static/chunks/8593-e72cfa4b121bab89.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":1208,"timestamp":1587843701,"id":1809,"parentId":1561,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":782,"timestamp":1587844130,"id":1811,"parentId":1561,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1788600620643,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":710,"timestamp":1587844202,"id":1813,"parentId":1561,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1788600620643,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":2662,"timestamp":1587843708,"id":1810,"parentId":1561,"tags":{"name":"static/nXW4dPkpE_9xUf_9ySRff/_ssgManifest.js","cache":"MISS"},"startTime":1788600620642,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-js","duration":4562,"timestamp":1587844143,"id":1812,"parentId":1561,"tags":{"name":"static/nXW4dPkpE_9xUf_9ySRff/_buildManifest.js","cache":"MISS"},"startTime":1788600620643,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-webpack-plugin-optimize","duration":17778,"timestamp":1587830935,"id":1561,"parentId":1369,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1788600620630,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-css","duration":179,"timestamp":1587848906,"id":1815,"parentId":1814,"tags":{"file":"static/css/08db0ee30be10391.css","cache":"HIT"},"startTime":1788600620648,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-css","duration":133,"timestamp":1587848958,"id":1816,"parentId":1814,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1788600620648,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-css","duration":128,"timestamp":1587848963,"id":1817,"parentId":1814,"tags":{"file":"static/css/11b25db9b78774b4.css","cache":"HIT"},"startTime":1788600620648,"traceId":"1ff32e3b8b0592d4"},{"name":"minify-css","duration":126,"timestamp":1587848967,"id":1818,"parentId":1814,"tags":{"file":"static/css/5f1232ff9976f6be.css","cache":"HIT"},"startTime":1788600620648,"traceId":"1ff32e3b8b0592d4"},{"name":"css-minimizer-plugin","duration":272,"timestamp":1587848823,"id":1814,"parentId":1369,"tags":{},"startTime":1788600620648,"traceId":"1ff32e3b8b0592d4"},{"name":"seal","duration":729579,"timestamp":1587187642,"id":1545,"parentId":1369,"tags":{},"startTime":1788600619986,"traceId":"1ff32e3b8b0592d4"},{"name":"webpack-compilation","duration":2667899,"timestamp":1585249412,"id":1369,"parentId":16,"tags":{"name":"client"},"startTime":1788600618048,"traceId":"1ff32e3b8b0592d4"},{"name":"emit","duration":63553,"timestamp":1587917362,"id":1819,"parentId":16,"tags":{},"startTime":1788600620716,"traceId":"1ff32e3b8b0592d4"},{"name":"webpack-close","duration":1154525,"timestamp":1587984613,"id":1820,"parentId":16,"tags":{"name":"client"},"startTime":1788600620783,"traceId":"1ff32e3b8b0592d4"},{"name":"webpack-generate-error-stats","duration":823,"timestamp":1589139159,"id":1821,"parentId":1820,"tags":{},"startTime":1788600621938,"traceId":"1ff32e3b8b0592d4"},{"name":"run-webpack-compiler","duration":26877359,"timestamp":1562263077,"id":16,"parentId":1,"tags":{},"startTime":1788600595062,"traceId":"1ff32e3b8b0592d4"},{"name":"format-webpack-messages","duration":87,"timestamp":1589140445,"id":1822,"parentId":1,"tags":{},"startTime":1788600621939,"traceId":"1ff32e3b8b0592d4"},{"name":"verify-typescript-setup","duration":44498301,"timestamp":1589146840,"id":1824,"parentId":1,"tags":{},"startTime":1788600621946,"traceId":"1ff32e3b8b0592d4"},{"name":"check-static-error-page","duration":70721,"timestamp":1633672954,"id":1827,"parentId":1826,"tags":{},"startTime":1788600666472,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":85999,"timestamp":1633941821,"id":1828,"parentId":1826,"tags":{"page":"/_app"},"startTime":1788600666741,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":84775,"timestamp":1633943070,"id":1830,"parentId":1826,"tags":{"page":"/_document"},"startTime":1788600666742,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":104181,"timestamp":1633942918,"id":1829,"parentId":1826,"tags":{"page":"/_error"},"startTime":1788600666742,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":75892,"timestamp":1634063834,"id":1994,"parentId":1989,"tags":{},"startTime":1788600666863,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":115392,"timestamp":1634024449,"id":1989,"parentId":1826,"tags":{"page":"/icon1.png"},"startTime":1788600666823,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":84370,"timestamp":1634063909,"id":1995,"parentId":1990,"tags":{},"startTime":1788600666863,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":123484,"timestamp":1634024838,"id":1990,"parentId":1826,"tags":{"page":"/icon2.png"},"startTime":1788600666824,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":100622,"timestamp":1634063674,"id":1993,"parentId":1988,"tags":{},"startTime":1788600666862,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":140294,"timestamp":1634024049,"id":1988,"parentId":1826,"tags":{"page":"/icon.png"},"startTime":1788600666823,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":119660,"timestamp":1634064669,"id":1997,"parentId":1832,"tags":{},"startTime":1788600666863,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":240143,"timestamp":1633944242,"id":1832,"parentId":1826,"tags":{"page":"/api/agents/update"},"startTime":1788600666743,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":124383,"timestamp":1634064954,"id":1998,"parentId":1833,"tags":{},"startTime":1788600666864,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":244449,"timestamp":1633944926,"id":1833,"parentId":1826,"tags":{"page":"/api/agents/versions"},"startTime":1788600666744,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":129340,"timestamp":1634063984,"id":1996,"parentId":1831,"tags":{},"startTime":1788600666863,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":250150,"timestamp":1633943224,"id":1831,"parentId":1826,"tags":{"page":"/_not-found"},"startTime":1788600666742,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":135625,"timestamp":1634065188,"id":1999,"parentId":1834,"tags":{},"startTime":1788600666864,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":255294,"timestamp":1633945562,"id":1834,"parentId":1826,"tags":{"page":"/api/app/update-check"},"startTime":1788600666744,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":138796,"timestamp":1634065380,"id":2000,"parentId":1835,"tags":{},"startTime":1788600666864,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":257987,"timestamp":1633946217,"id":1835,"parentId":1826,"tags":{"page":"/api/app/update"},"startTime":1788600666745,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":180962,"timestamp":1634065445,"id":2001,"parentId":1836,"tags":{},"startTime":1788600666864,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":298117,"timestamp":1633948348,"id":1836,"parentId":1826,"tags":{"page":"/api/assistant/conversation"},"startTime":1788600666747,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":203556,"timestamp":1634065523,"id":2002,"parentId":1837,"tags":{},"startTime":1788600666864,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":320036,"timestamp":1633949090,"id":1837,"parentId":1826,"tags":{"page":"/api/assistant/current-output"},"startTime":1788600666748,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":228808,"timestamp":1634065575,"id":2003,"parentId":1838,"tags":{},"startTime":1788600666864,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":344725,"timestamp":1633949722,"id":1838,"parentId":1826,"tags":{"page":"/api/assistant/messages"},"startTime":1788600666748,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":233769,"timestamp":1634065673,"id":2005,"parentId":1840,"tags":{},"startTime":1788600666864,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":346354,"timestamp":1633953122,"id":1840,"parentId":1826,"tags":{"page":"/api/assistant/start"},"startTime":1788600666752,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":236285,"timestamp":1634065615,"id":2004,"parentId":1839,"tags":{},"startTime":1788600666864,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":349407,"timestamp":1633952528,"id":1839,"parentId":1826,"tags":{"page":"/api/assistant/session"},"startTime":1788600666751,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":240348,"timestamp":1634065714,"id":2006,"parentId":1841,"tags":{},"startTime":1788600666864,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":352413,"timestamp":1633953681,"id":1841,"parentId":1826,"tags":{"page":"/api/assistant/terminal"},"startTime":1788600666752,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":240498,"timestamp":1634065750,"id":2007,"parentId":1842,"tags":{},"startTime":1788600666865,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":352049,"timestamp":1633954222,"id":1842,"parentId":1826,"tags":{"page":"/api/assistant/tools"},"startTime":1788600666753,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":242967,"timestamp":1634065785,"id":2008,"parentId":1844,"tags":{},"startTime":1788600666865,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":352469,"timestamp":1633956306,"id":1844,"parentId":1826,"tags":{"page":"/api/auth/logout"},"startTime":1788600666755,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":243446,"timestamp":1634065819,"id":2009,"parentId":1843,"tags":{},"startTime":1788600666865,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":353557,"timestamp":1633955739,"id":1843,"parentId":1826,"tags":{"page":"/api/auth/login"},"startTime":1788600666754,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":246077,"timestamp":1634066110,"id":2011,"parentId":1846,"tags":{},"startTime":1788600666865,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":354894,"timestamp":1633957317,"id":1846,"parentId":1826,"tags":{"page":"/api/capabilities"},"startTime":1788600666756,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":246670,"timestamp":1634065943,"id":2010,"parentId":1845,"tags":{},"startTime":1788600666865,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":357549,"timestamp":1633956804,"id":1845,"parentId":1826,"tags":{"page":"/api/auth/status"},"startTime":1788600666756,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":255601,"timestamp":1634066241,"id":2012,"parentId":1848,"tags":{},"startTime":1788600666865,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":363540,"timestamp":1633958334,"id":1848,"parentId":1826,"tags":{"page":"/api/daily-summary/status"},"startTime":1788600666757,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":256565,"timestamp":1634066298,"id":2013,"parentId":1847,"tags":{},"startTime":1788600666865,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":365085,"timestamp":1633957803,"id":1847,"parentId":1826,"tags":{"page":"/api/daily-summary"},"startTime":1788600666757,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":259878,"timestamp":1634066584,"id":2015,"parentId":1851,"tags":{},"startTime":1788600666865,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":366250,"timestamp":1633960240,"id":1851,"parentId":1826,"tags":{"page":"/api/external-apps"},"startTime":1788600666759,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":263740,"timestamp":1634066442,"id":2014,"parentId":1849,"tags":{},"startTime":1788600666865,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":370888,"timestamp":1633959335,"id":1849,"parentId":1826,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1788600666758,"traceId":"1ff32e3b8b0592d4"}]
|
|
11
|
+
[{"name":"is-page-static","duration":267757,"timestamp":1634066731,"id":2016,"parentId":1850,"tags":{},"startTime":1788600666865,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":374738,"timestamp":1633959783,"id":1850,"parentId":1826,"tags":{"page":"/api/external-apps/[id]"},"startTime":1788600666759,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":268916,"timestamp":1634066882,"id":2017,"parentId":1852,"tags":{},"startTime":1788600666866,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":375139,"timestamp":1633960681,"id":1852,"parentId":1826,"tags":{"page":"/api/fs/browse"},"startTime":1788600666759,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":271903,"timestamp":1634067067,"id":2018,"parentId":1853,"tags":{},"startTime":1788600666866,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":377869,"timestamp":1633961130,"id":1853,"parentId":1826,"tags":{"page":"/api/fs/recent-paths"},"startTime":1788600666760,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":278088,"timestamp":1634067155,"id":2019,"parentId":1854,"tags":{},"startTime":1788600666866,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":383718,"timestamp":1633961562,"id":1854,"parentId":1826,"tags":{"page":"/api/hooks/agent-event"},"startTime":1788600666760,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":279189,"timestamp":1634067198,"id":2020,"parentId":1855,"tags":{},"startTime":1788600666866,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":384409,"timestamp":1633962002,"id":1855,"parentId":1826,"tags":{"page":"/api/hooks/claude-done"},"startTime":1788600666761,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":281617,"timestamp":1634067295,"id":2022,"parentId":1857,"tags":{},"startTime":1788600666866,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":385396,"timestamp":1633963556,"id":1857,"parentId":1826,"tags":{"page":"/api/metrics/vibe"},"startTime":1788600666762,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":282398,"timestamp":1634067260,"id":2021,"parentId":1856,"tags":{},"startTime":1788600666866,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":386566,"timestamp":1633963119,"id":1856,"parentId":1826,"tags":{"page":"/api/hooks/permission-request"},"startTime":1788600666762,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":284152,"timestamp":1634067326,"id":2023,"parentId":1858,"tags":{},"startTime":1788600666866,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":387537,"timestamp":1633963972,"id":1858,"parentId":1826,"tags":{"page":"/api/ollama/models"},"startTime":1788600666763,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":286200,"timestamp":1634067469,"id":2024,"parentId":1859,"tags":{},"startTime":1788600666866,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":389253,"timestamp":1633964436,"id":1859,"parentId":1826,"tags":{"page":"/api/push/escalation"},"startTime":1788600666763,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":288434,"timestamp":1634067636,"id":2025,"parentId":1860,"tags":{},"startTime":1788600666866,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":391254,"timestamp":1633964848,"id":1860,"parentId":1826,"tags":{"page":"/api/push/subscriptions"},"startTime":1788600666764,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":289255,"timestamp":1634067992,"id":2027,"parentId":1862,"tags":{},"startTime":1788600666867,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":391594,"timestamp":1633965688,"id":1862,"parentId":1826,"tags":{"page":"/api/remote/pair"},"startTime":1788600666764,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":289903,"timestamp":1634067758,"id":2026,"parentId":1861,"tags":{},"startTime":1788600666867,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":392391,"timestamp":1633965284,"id":1861,"parentId":1826,"tags":{"page":"/api/push/vapid"},"startTime":1788600666764,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":292043,"timestamp":1634068072,"id":2028,"parentId":1863,"tags":{},"startTime":1788600666867,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":393994,"timestamp":1633966143,"id":1863,"parentId":1826,"tags":{"page":"/api/repositories/[id]"},"startTime":1788600666765,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":294110,"timestamp":1634068182,"id":2029,"parentId":1864,"tags":{},"startTime":1788600666867,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":395689,"timestamp":1633966631,"id":1864,"parentId":1826,"tags":{"page":"/api/repositories/[id]/todos/[todoId]"},"startTime":1788600666765,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":298059,"timestamp":1634068227,"id":2030,"parentId":1865,"tags":{},"startTime":1788600666867,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":399165,"timestamp":1633967147,"id":1865,"parentId":1826,"tags":{"page":"/api/repositories/[id]/todos"},"startTime":1788600666766,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":305456,"timestamp":1634068268,"id":2031,"parentId":1866,"tags":{},"startTime":1788600666867,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":406111,"timestamp":1633967642,"id":1866,"parentId":1826,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1788600666766,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":305739,"timestamp":1634068315,"id":2032,"parentId":1867,"tags":{},"startTime":1788600666867,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":405916,"timestamp":1633968162,"id":1867,"parentId":1826,"tags":{"page":"/api/repositories/clone"},"startTime":1788600666767,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":310201,"timestamp":1634068376,"id":2034,"parentId":1869,"tags":{},"startTime":1788600666867,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":409427,"timestamp":1633969181,"id":1869,"parentId":1826,"tags":{"page":"/api/repositories/restore"},"startTime":1788600666768,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":310509,"timestamp":1634068345,"id":2033,"parentId":1868,"tags":{},"startTime":1788600666867,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":410231,"timestamp":1633968650,"id":1868,"parentId":1826,"tags":{"page":"/api/repositories/excluded"},"startTime":1788600666767,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":312824,"timestamp":1634068421,"id":2035,"parentId":1870,"tags":{},"startTime":1788600666867,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":411611,"timestamp":1633969657,"id":1870,"parentId":1826,"tags":{"page":"/api/repositories"},"startTime":1788600666768,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":315594,"timestamp":1634068462,"id":2036,"parentId":1871,"tags":{},"startTime":1788600666867,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":413926,"timestamp":1633970159,"id":1871,"parentId":1826,"tags":{"page":"/api/repositories/scan"},"startTime":1788600666769,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":316087,"timestamp":1634068497,"id":2037,"parentId":1872,"tags":{},"startTime":1788600666867,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":413664,"timestamp":1633970944,"id":1872,"parentId":1826,"tags":{"page":"/api/repositories/sync"},"startTime":1788600666770,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":317827,"timestamp":1634068640,"id":2038,"parentId":1873,"tags":{},"startTime":1788600666867,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":415111,"timestamp":1633971378,"id":1873,"parentId":1826,"tags":{"page":"/api/repositories/validate-path"},"startTime":1788600666770,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":318530,"timestamp":1634068776,"id":2039,"parentId":1874,"tags":{},"startTime":1788600666868,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":415553,"timestamp":1633971778,"id":1874,"parentId":1826,"tags":{"page":"/api/settings/default-agents"},"startTime":1788600666771,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":320541,"timestamp":1634069076,"id":2041,"parentId":1876,"tags":{},"startTime":1788600666868,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":417032,"timestamp":1633972604,"id":1876,"parentId":1826,"tags":{"page":"/api/sidebar/group-order"},"startTime":1788600666771,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":321079,"timestamp":1634068919,"id":2040,"parentId":1875,"tags":{},"startTime":1788600666868,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":417837,"timestamp":1633972203,"id":1875,"parentId":1826,"tags":{"page":"/api/settings/default-surface-mode"},"startTime":1788600666771,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":326912,"timestamp":1634069215,"id":2042,"parentId":1877,"tags":{},"startTime":1788600666868,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":423119,"timestamp":1633973033,"id":1877,"parentId":1826,"tags":{"page":"/api/skills/[id]"},"startTime":1788600666772,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":329555,"timestamp":1634069501,"id":2044,"parentId":1879,"tags":{},"startTime":1788600666868,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":425249,"timestamp":1633973830,"id":1879,"parentId":1826,"tags":{"page":"/api/skills/operations"},"startTime":1788600666773,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":334889,"timestamp":1634069356,"id":2043,"parentId":1878,"tags":{},"startTime":1788600666868,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":430843,"timestamp":1633973437,"id":1878,"parentId":1826,"tags":{"page":"/api/skills/installations"},"startTime":1788600666772,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":336457,"timestamp":1634069658,"id":2045,"parentId":1880,"tags":{},"startTime":1788600666868,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":431797,"timestamp":1633974342,"id":1880,"parentId":1826,"tags":{"page":"/api/skills/reindex"},"startTime":1788600666773,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":337943,"timestamp":1634069816,"id":2046,"parentId":1881,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":432946,"timestamp":1633974835,"id":1881,"parentId":1826,"tags":{"page":"/api/skills"},"startTime":1788600666774,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":341857,"timestamp":1634069868,"id":2048,"parentId":1883,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":435904,"timestamp":1633975845,"id":1883,"parentId":1826,"tags":{"page":"/api/tasks/[taskId]/cancel"},"startTime":1788600666775,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":352288,"timestamp":1634063123,"id":1992,"parentId":1987,"tags":{},"startTime":1788600666862,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":391810,"timestamp":1634023630,"id":1987,"parentId":1826,"tags":{"page":"/apple-icon.png"},"startTime":1788600666822,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":346570,"timestamp":1634069889,"id":2049,"parentId":1884,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":440125,"timestamp":1633976365,"id":1884,"parentId":1826,"tags":{"page":"/api/tasks/[taskId]"},"startTime":1788600666775,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":355197,"timestamp":1634069848,"id":2047,"parentId":1882,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":449727,"timestamp":1633975361,"id":1882,"parentId":1826,"tags":{"page":"/api/slash-commands"},"startTime":1788600666774,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":356508,"timestamp":1634069920,"id":2051,"parentId":1886,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":449099,"timestamp":1633977361,"id":1886,"parentId":1826,"tags":{"page":"/api/templates"},"startTime":1788600666776,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":361998,"timestamp":1634070064,"id":2053,"parentId":1888,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":453258,"timestamp":1633978846,"id":1888,"parentId":1826,"tags":{"page":"/api/verification/runs/[runId]"},"startTime":1788600666778,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":364497,"timestamp":1634070004,"id":2052,"parentId":1887,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":456674,"timestamp":1633977858,"id":1887,"parentId":1826,"tags":{"page":"/api/todos"},"startTime":1788600666777,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":364596,"timestamp":1634070087,"id":2054,"parentId":1889,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":455445,"timestamp":1633979273,"id":1889,"parentId":1826,"tags":{"page":"/api/verification/runs"},"startTime":1788600666778,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":368590,"timestamp":1634070153,"id":2056,"parentId":1891,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":458647,"timestamp":1633980125,"id":1891,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1788600666779,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":369212,"timestamp":1634070135,"id":2055,"parentId":1890,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":459679,"timestamp":1633979687,"id":1890,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1788600666778,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":372816,"timestamp":1634070173,"id":2057,"parentId":1892,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":462547,"timestamp":1633980529,"id":1892,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/clear-composer"},"startTime":1788600666779,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":373650,"timestamp":1634070195,"id":2058,"parentId":1893,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":462942,"timestamp":1633980924,"id":1893,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/cli-reference"},"startTime":1788600666780,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":377940,"timestamp":1634070210,"id":2059,"parentId":1894,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":466808,"timestamp":1633981369,"id":1894,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1788600666780,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":378325,"timestamp":1634070233,"id":2060,"parentId":1895,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":466817,"timestamp":1633981770,"id":1895,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/cmate/schedules"},"startTime":1788600666781,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":383651,"timestamp":1634070278,"id":2062,"parentId":1897,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":471359,"timestamp":1633982598,"id":1897,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/env"},"startTime":1788600666781,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":387804,"timestamp":1634070254,"id":2061,"parentId":1896,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":475887,"timestamp":1633982200,"id":1896,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1788600666781,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":388120,"timestamp":1634070294,"id":2063,"parentId":1898,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":475441,"timestamp":1633982999,"id":1898,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/execution-logs/[logId]"},"startTime":1788600666782,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":391083,"timestamp":1634070311,"id":2064,"parentId":1899,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":477990,"timestamp":1633983430,"id":1899,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/execution-logs"},"startTime":1788600666782,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":393417,"timestamp":1634069905,"id":2050,"parentId":1885,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":486483,"timestamp":1633976861,"id":1885,"parentId":1826,"tags":{"page":"/api/templates/[id]"},"startTime":1788600666776,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":395153,"timestamp":1634070385,"id":2066,"parentId":1901,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"}]
|
|
12
|
+
[{"name":"check-page","duration":481574,"timestamp":1633984248,"id":1901,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/branch/create"},"startTime":1788600666783,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":396805,"timestamp":1634070369,"id":2065,"parentId":1900,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":483359,"timestamp":1633983841,"id":1900,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1788600666783,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":399290,"timestamp":1634070416,"id":2068,"parentId":1904,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":483833,"timestamp":1633985901,"id":1904,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/checkout"},"startTime":1788600666785,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":401049,"timestamp":1634070430,"id":2069,"parentId":1903,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":486018,"timestamp":1633985486,"id":1903,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/branches"},"startTime":1788600666784,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":403197,"timestamp":1634070446,"id":2070,"parentId":1905,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":487342,"timestamp":1633986331,"id":1905,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/commit"},"startTime":1788600666785,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":405661,"timestamp":1634070460,"id":2071,"parentId":1906,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":489436,"timestamp":1633986709,"id":1906,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/diff"},"startTime":1788600666785,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":405834,"timestamp":1634070399,"id":2067,"parentId":1902,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":491658,"timestamp":1633984600,"id":1902,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/branch/delete"},"startTime":1788600666783,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":407742,"timestamp":1634070474,"id":2072,"parentId":1907,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":491091,"timestamp":1633987147,"id":1907,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/fetch"},"startTime":1788600666786,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":409158,"timestamp":1634070511,"id":2074,"parentId":1909,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":491741,"timestamp":1633987952,"id":1909,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/pull"},"startTime":1788600666787,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":409592,"timestamp":1634070495,"id":2073,"parentId":1908,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":492588,"timestamp":1633987545,"id":1908,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/log"},"startTime":1788600666786,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":411664,"timestamp":1634070526,"id":2075,"parentId":1910,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":493842,"timestamp":1633988374,"id":1910,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/push"},"startTime":1788600666787,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":412616,"timestamp":1634070543,"id":2076,"parentId":1911,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":494416,"timestamp":1633988769,"id":1911,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/reset"},"startTime":1788600666788,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":413437,"timestamp":1634070557,"id":2077,"parentId":1912,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":494861,"timestamp":1633989186,"id":1912,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/revert"},"startTime":1788600666788,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":415643,"timestamp":1634070571,"id":2078,"parentId":1913,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":496659,"timestamp":1633989579,"id":1913,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/show/[commitHash]"},"startTime":1788600666788,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":418473,"timestamp":1634070586,"id":2079,"parentId":1914,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":499090,"timestamp":1633989997,"id":1914,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/stage"},"startTime":1788600666789,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":418596,"timestamp":1634070599,"id":2080,"parentId":1915,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":498789,"timestamp":1633990425,"id":1915,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/staged"},"startTime":1788600666789,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":419648,"timestamp":1634070614,"id":2081,"parentId":1916,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":499448,"timestamp":1633990838,"id":1916,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/stash/[index]"},"startTime":1788600666790,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":420132,"timestamp":1634070631,"id":2082,"parentId":1917,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":499505,"timestamp":1633991278,"id":1917,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/stash/apply"},"startTime":1788600666790,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":423222,"timestamp":1634070674,"id":2085,"parentId":1920,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":501087,"timestamp":1633992845,"id":1920,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/stash"},"startTime":1788600666792,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":423406,"timestamp":1634070659,"id":2084,"parentId":1919,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":501665,"timestamp":1633992435,"id":1919,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/stash/push"},"startTime":1788600666791,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":424573,"timestamp":1634070645,"id":2083,"parentId":1918,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":503591,"timestamp":1633991650,"id":1918,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/stash/pop"},"startTime":1788600666790,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":427045,"timestamp":1634070689,"id":2086,"parentId":1921,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":504479,"timestamp":1633993283,"id":1921,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/status"},"startTime":1788600666792,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":427217,"timestamp":1634070702,"id":2087,"parentId":1922,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":504260,"timestamp":1633993685,"id":1922,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/unstage"},"startTime":1788600666792,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":430338,"timestamp":1634070717,"id":2088,"parentId":1923,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":506979,"timestamp":1633994101,"id":1923,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/working-diff"},"startTime":1788600666793,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":430942,"timestamp":1634070767,"id":2090,"parentId":1925,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":506822,"timestamp":1633994908,"id":1925,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1788600666794,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":432292,"timestamp":1634070796,"id":2091,"parentId":1926,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":507782,"timestamp":1633995332,"id":1926,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1788600666794,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":434952,"timestamp":1634070889,"id":2092,"parentId":1927,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":510159,"timestamp":1633995725,"id":1927,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1788600666794,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":436127,"timestamp":1634070961,"id":2093,"parentId":1928,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":510982,"timestamp":1633996140,"id":1928,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1788600666795,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":437854,"timestamp":1634070746,"id":2089,"parentId":1924,"tags":{},"startTime":1788600666869,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":514119,"timestamp":1633994507,"id":1924,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/instances/opencode"},"startTime":1788600666793,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":439978,"timestamp":1634071001,"id":2095,"parentId":1930,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":514117,"timestamp":1633996914,"id":1930,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1788600666796,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":443698,"timestamp":1634071056,"id":2096,"parentId":1931,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":517446,"timestamp":1633997343,"id":1931,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1788600666796,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":446979,"timestamp":1634071087,"id":2097,"parentId":1932,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":520341,"timestamp":1633997752,"id":1932,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1788600666797,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":447079,"timestamp":1634071126,"id":2098,"parentId":1933,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":520038,"timestamp":1633998188,"id":1933,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/opencode/diff"},"startTime":1788600666797,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":450951,"timestamp":1634071157,"id":2099,"parentId":1934,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":523540,"timestamp":1633998609,"id":1934,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/opencode/session"},"startTime":1788600666797,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":451670,"timestamp":1634071196,"id":2100,"parentId":1935,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":523469,"timestamp":1633999420,"id":1935,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/opencode/share"},"startTime":1788600666798,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":455159,"timestamp":1634071239,"id":2101,"parentId":1936,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":526602,"timestamp":1633999825,"id":1936,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1788600666799,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":456970,"timestamp":1634071261,"id":2102,"parentId":1937,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":527999,"timestamp":1634000259,"id":1937,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/resolve-target"},"startTime":1788600666799,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":459546,"timestamp":1634071292,"id":2103,"parentId":1938,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":530207,"timestamp":1634000658,"id":1938,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1788600666799,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":463911,"timestamp":1634071345,"id":2105,"parentId":1940,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":533794,"timestamp":1634001491,"id":1940,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/schedules/[scheduleId]"},"startTime":1788600666800,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":467842,"timestamp":1634071358,"id":2106,"parentId":1941,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":537360,"timestamp":1634001873,"id":1941,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/schedules/active"},"startTime":1788600666801,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":472060,"timestamp":1634071381,"id":2107,"parentId":1942,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":541160,"timestamp":1634002306,"id":1942,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/schedules"},"startTime":1788600666801,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":480308,"timestamp":1634071403,"id":2108,"parentId":1943,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":549032,"timestamp":1634002718,"id":1943,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1788600666801,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":485613,"timestamp":1634071446,"id":2109,"parentId":1944,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":553960,"timestamp":1634003147,"id":1944,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1788600666802,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":488449,"timestamp":1634071323,"id":2104,"parentId":1939,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":558730,"timestamp":1634001078,"id":1939,"parentId":1826,"tags":{"page":"/api/worktrees/[id]"},"startTime":1788600666800,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":490939,"timestamp":1634071556,"id":2110,"parentId":1945,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":559026,"timestamp":1634003499,"id":1945,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/git-workflow"},"startTime":1788600666802,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":497750,"timestamp":1634071821,"id":2112,"parentId":1947,"tags":{},"startTime":1788600666871,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":565392,"timestamp":1634004215,"id":1947,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/plan"},"startTime":1788600666803,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":502065,"timestamp":1634071907,"id":2113,"parentId":1948,"tags":{},"startTime":1788600666871,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":569490,"timestamp":1634004542,"id":1948,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall-plan"},"startTime":1788600666803,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":507501,"timestamp":1634072112,"id":2114,"parentId":1949,"tags":{},"startTime":1788600666871,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":574773,"timestamp":1634004875,"id":1949,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall"},"startTime":1788600666804,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":508967,"timestamp":1634071704,"id":2111,"parentId":1946,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":576845,"timestamp":1634003854,"id":1946,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/install"},"startTime":1788600666803,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":511536,"timestamp":1634072234,"id":2115,"parentId":1950,"tags":{},"startTime":1788600666871,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":578562,"timestamp":1634005241,"id":1950,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/update-plan"},"startTime":1788600666804,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":516643,"timestamp":1634072418,"id":2116,"parentId":1951,"tags":{},"startTime":1788600666871,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":581463,"timestamp":1634007632,"id":1951,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/update"},"startTime":1788600666806,"traceId":"1ff32e3b8b0592d4"}]
|
|
13
|
+
[{"name":"is-page-static","duration":516949,"timestamp":1634072516,"id":2117,"parentId":1952,"tags":{},"startTime":1788600666871,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":581424,"timestamp":1634008059,"id":1952,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/skills"},"startTime":1788600666807,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":524475,"timestamp":1634072585,"id":2119,"parentId":1954,"tags":{},"startTime":1788600666871,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":588257,"timestamp":1634008859,"id":1954,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/special-keys"},"startTime":1788600666808,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":527316,"timestamp":1634072610,"id":2120,"parentId":1955,"tags":{},"startTime":1788600666871,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":590670,"timestamp":1634009284,"id":1955,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/tasks"},"startTime":1788600666808,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":531166,"timestamp":1634072640,"id":2121,"parentId":1956,"tags":{},"startTime":1788600666871,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":594152,"timestamp":1634009678,"id":1956,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1788600666808,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":534977,"timestamp":1634072656,"id":2122,"parentId":1957,"tags":{},"startTime":1788600666871,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":597600,"timestamp":1634010101,"id":1957,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/timers/history"},"startTime":1788600666809,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":537240,"timestamp":1634072561,"id":2118,"parentId":1953,"tags":{},"startTime":1788600666871,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":601357,"timestamp":1634008466,"id":1953,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1788600666807,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":538970,"timestamp":1634072720,"id":2123,"parentId":1958,"tags":{},"startTime":1788600666871,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":601241,"timestamp":1634010471,"id":1958,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/timers"},"startTime":1788600666809,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":541630,"timestamp":1634072742,"id":2124,"parentId":1959,"tags":{},"startTime":1788600666871,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":603528,"timestamp":1634010872,"id":1959,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/todos/[todoId]"},"startTime":1788600666810,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":542818,"timestamp":1634072763,"id":2125,"parentId":1960,"tags":{},"startTime":1788600666872,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":604290,"timestamp":1634011313,"id":1960,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/todos"},"startTime":1788600666810,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":546152,"timestamp":1634072797,"id":2127,"parentId":1962,"tags":{},"startTime":1788600666872,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":606821,"timestamp":1634012155,"id":1962,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1788600666811,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":549815,"timestamp":1634072824,"id":2128,"parentId":1963,"tags":{},"startTime":1788600666872,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":610112,"timestamp":1634012559,"id":1963,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1788600666811,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":550668,"timestamp":1634072783,"id":2126,"parentId":1961,"tags":{},"startTime":1788600666872,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":611764,"timestamp":1634011710,"id":1961,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1788600666810,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":554563,"timestamp":1634072850,"id":2129,"parentId":1964,"tags":{},"startTime":1788600666872,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":614496,"timestamp":1634012956,"id":1964,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/verify/config"},"startTime":1788600666812,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":560192,"timestamp":1634072890,"id":2131,"parentId":1966,"tags":{},"startTime":1788600666872,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":618884,"timestamp":1634014248,"id":1966,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/verify/runs/[runId]/cancel"},"startTime":1788600666813,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":563193,"timestamp":1634072905,"id":2132,"parentId":1967,"tags":{},"startTime":1788600666872,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":621497,"timestamp":1634014641,"id":1967,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/verify/runs/[runId]"},"startTime":1788600666813,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":567163,"timestamp":1634072920,"id":2133,"parentId":1968,"tags":{},"startTime":1788600666872,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":625049,"timestamp":1634015076,"id":1968,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/verify/runs"},"startTime":1788600666814,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":571292,"timestamp":1634072938,"id":2134,"parentId":1969,"tags":{},"startTime":1788600666872,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":628781,"timestamp":1634015488,"id":1969,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1788600666814,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":573434,"timestamp":1634072870,"id":2130,"parentId":1965,"tags":{},"startTime":1788600666872,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":632961,"timestamp":1634013372,"id":1965,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/verify"},"startTime":1788600666812,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":577983,"timestamp":1634073079,"id":2135,"parentId":1970,"tags":{},"startTime":1788600666872,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":635247,"timestamp":1634015863,"id":1970,"parentId":1826,"tags":{"page":"/api/worktrees/apply-default-agents"},"startTime":1788600666815,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":575561,"timestamp":1634076627,"id":2137,"parentId":1977,"tags":{},"startTime":1788600666875,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":633462,"timestamp":1634018748,"id":1977,"parentId":1826,"tags":{"page":"/proxy/[...path]"},"startTime":1788600666817,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":582080,"timestamp":1634073184,"id":2136,"parentId":1971,"tags":{},"startTime":1788600666872,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":639020,"timestamp":1634016273,"id":1971,"parentId":1826,"tags":{"page":"/api/worktrees"},"startTime":1788600666815,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":578358,"timestamp":1634077432,"id":2138,"parentId":1991,"tags":{},"startTime":1788600666876,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":630541,"timestamp":1634025275,"id":1991,"parentId":1826,"tags":{"page":"/manifest.webmanifest"},"startTime":1788600666824,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":620601,"timestamp":1634088477,"id":2140,"parentId":1973,"tags":{},"startTime":1788600666887,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":692027,"timestamp":1634017099,"id":1973,"parentId":1826,"tags":{"page":"/login"},"startTime":1788600666816,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":642410,"timestamp":1634088369,"id":2139,"parentId":1972,"tags":{},"startTime":1788600666887,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":714158,"timestamp":1634016666,"id":1972,"parentId":1826,"tags":{"page":"/chat"},"startTime":1788600666815,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":646989,"timestamp":1634088647,"id":2142,"parentId":1975,"tags":{},"startTime":1788600666887,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":717769,"timestamp":1634017913,"id":1975,"parentId":1826,"tags":{"page":"/offline"},"startTime":1788600666817,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":650508,"timestamp":1634088565,"id":2141,"parentId":1974,"tags":{},"startTime":1788600666887,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":721616,"timestamp":1634017503,"id":1974,"parentId":1826,"tags":{"page":"/more"},"startTime":1788600666816,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":653247,"timestamp":1634088731,"id":2143,"parentId":1976,"tags":{},"startTime":1788600666887,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":723708,"timestamp":1634018343,"id":1976,"parentId":1826,"tags":{"page":"/"},"startTime":1788600666817,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":674593,"timestamp":1634070983,"id":2094,"parentId":1929,"tags":{},"startTime":1788600666870,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":749093,"timestamp":1633996518,"id":1929,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/marp-render"},"startTime":1788600666795,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":658646,"timestamp":1634088909,"id":2145,"parentId":1979,"tags":{},"startTime":1788600666888,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":727977,"timestamp":1634019609,"id":1979,"parentId":1826,"tags":{"page":"/review"},"startTime":1788600666818,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":659389,"timestamp":1634088817,"id":2144,"parentId":1978,"tags":{},"startTime":1788600666888,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":729046,"timestamp":1634019180,"id":1978,"parentId":1826,"tags":{"page":"/repositories"},"startTime":1788600666818,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":666281,"timestamp":1634089251,"id":2148,"parentId":1982,"tags":{},"startTime":1788600666888,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":734086,"timestamp":1634021479,"id":1982,"parentId":1826,"tags":{"page":"/skills/installed"},"startTime":1788600666820,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":667594,"timestamp":1634089140,"id":2147,"parentId":1981,"tags":{},"startTime":1788600666888,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":736294,"timestamp":1634020464,"id":1981,"parentId":1826,"tags":{"page":"/skills/[skillId]"},"startTime":1788600666819,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":670801,"timestamp":1634089356,"id":2149,"parentId":1983,"tags":{},"startTime":1788600666888,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":738286,"timestamp":1634021900,"id":1983,"parentId":1826,"tags":{"page":"/skills"},"startTime":1788600666821,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":674017,"timestamp":1634090182,"id":2150,"parentId":1984,"tags":{},"startTime":1788600666889,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":741880,"timestamp":1634022346,"id":1984,"parentId":1826,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1788600666821,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":678875,"timestamp":1634089032,"id":2146,"parentId":1980,"tags":{},"startTime":1788600666888,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":747876,"timestamp":1634020058,"id":1980,"parentId":1826,"tags":{"page":"/sessions"},"startTime":1788600666819,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":677949,"timestamp":1634090363,"id":2152,"parentId":1986,"tags":{},"startTime":1788600666889,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":745163,"timestamp":1634023217,"id":1986,"parentId":1826,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1788600666822,"traceId":"1ff32e3b8b0592d4"},{"name":"is-page-static","duration":725949,"timestamp":1634090283,"id":2151,"parentId":1985,"tags":{},"startTime":1788600666889,"traceId":"1ff32e3b8b0592d4"},{"name":"check-page","duration":793505,"timestamp":1634022766,"id":1985,"parentId":1826,"tags":{"page":"/worktrees/[id]"},"startTime":1788600666822,"traceId":"1ff32e3b8b0592d4"},{"name":"static-check","duration":1144149,"timestamp":1633672153,"id":1826,"parentId":1,"tags":{},"startTime":1788600666471,"traceId":"1ff32e3b8b0592d4"},{"name":"generate-required-server-files","duration":457,"timestamp":1634816590,"id":2154,"parentId":1,"tags":{},"startTime":1788600667615,"traceId":"1ff32e3b8b0592d4"},{"name":"write-routes-manifest","duration":38233,"timestamp":1634830650,"id":2156,"parentId":1,"tags":{},"startTime":1788600667629,"traceId":"1ff32e3b8b0592d4"},{"name":"load-dotenv","duration":129,"timestamp":1637154723,"id":2159,"parentId":2158,"tags":{},"startTime":1788600669953,"traceId":"1ff32e3b8b0592d4"},{"name":"run-export-path-map","duration":471,"timestamp":1639103361,"id":2160,"parentId":2158,"tags":{},"startTime":1788600671902,"traceId":"1ff32e3b8b0592d4"},{"name":"next-export","duration":4223551,"timestamp":1637153843,"id":2158,"parentId":1,"tags":{},"startTime":1788600669953,"traceId":"1ff32e3b8b0592d4"},{"name":"move-exported-app-not-found-","duration":97,"timestamp":1641379626,"id":2161,"parentId":2157,"tags":{},"startTime":1788600674178,"traceId":"1ff32e3b8b0592d4"},{"name":"move-exported-page","duration":145825,"timestamp":1641379827,"id":2162,"parentId":2157,"tags":{},"startTime":1788600674179,"traceId":"1ff32e3b8b0592d4"},{"name":"static-generation","duration":5212473,"timestamp":1637150256,"id":2157,"parentId":1,"tags":{},"startTime":1788600669949,"traceId":"1ff32e3b8b0592d4"},{"name":"write-routes-manifest","duration":190404,"timestamp":1642363800,"id":2163,"parentId":1,"tags":{},"startTime":1788600675163,"traceId":"1ff32e3b8b0592d4"},{"name":"node-file-trace-build","duration":22468487,"timestamp":1634822287,"id":2155,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1788600667621,"traceId":"1ff32e3b8b0592d4"},{"name":"apply-include-excludes","duration":1325,"timestamp":1657290796,"id":2164,"parentId":1,"tags":{},"startTime":1788600690090,"traceId":"1ff32e3b8b0592d4"},{"name":"print-tree-view","duration":11117,"timestamp":1657292367,"id":2165,"parentId":1,"tags":{},"startTime":1788600690091,"traceId":"1ff32e3b8b0592d4"},{"name":"telemetry-flush","duration":92,"timestamp":1657303507,"id":2166,"parentId":1,"tags":{},"startTime":1788600690102,"traceId":"1ff32e3b8b0592d4"},{"name":"next-build","duration":95381082,"timestamp":1561922526,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.20","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1788600594721,"traceId":"1ff32e3b8b0592d4"}]
|