commandmate 0.27.0 → 0.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.example +28 -0
- package/.next/BUILD_ID +1 -1
- package/.next/app-build-manifest.json +286 -256
- package/.next/app-path-routes-manifest.json +36 -32
- package/.next/build-manifest.json +2 -2
- package/.next/prerender-manifest.json +12 -12
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +32 -0
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/api/app/update/route.js +1 -1
- package/.next/server/app/api/app/update/route.js.nft.json +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 +32 -1
- package/.next/server/app/api/assistant/start/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/start/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/terminal/route.js +34 -3
- 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.js +1 -1
- package/.next/server/app/api/daily-summary/route.js.nft.json +1 -1
- package/.next/server/app/api/daily-summary/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/daily-summary/status/route.js +1 -1
- package/.next/server/app/api/daily-summary/status/route.js.nft.json +1 -1
- package/.next/server/app/api/daily-summary/status/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/external-apps/[id]/health/route.js +1 -1
- package/.next/server/app/api/external-apps/[id]/health/route.js.nft.json +1 -1
- package/.next/server/app/api/external-apps/[id]/health/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/external-apps/[id]/route.js +1 -1
- package/.next/server/app/api/external-apps/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/external-apps/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/external-apps/route.js +1 -1
- package/.next/server/app/api/external-apps/route.js.nft.json +1 -1
- package/.next/server/app/api/external-apps/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/fs/browse/route.js +1 -1
- package/.next/server/app/api/fs/browse/route.js.nft.json +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.js +1 -1
- package/.next/server/app/api/fs/recent-paths/route.js.nft.json +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 +2 -2
- 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.js +1 -1
- package/.next/server/app/api/metrics/vibe/route.js.nft.json +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.js +1 -1
- package/.next/server/app/api/push/escalation/route.js.nft.json +1 -1
- package/.next/server/app/api/push/escalation/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/push/subscriptions/route.js +7 -1
- package/.next/server/app/api/push/subscriptions/route.js.nft.json +1 -1
- package/.next/server/app/api/push/subscriptions/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/push/vapid/route.js +1 -1
- package/.next/server/app/api/push/vapid/route.js.nft.json +1 -1
- package/.next/server/app/api/push/vapid/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/[id]/route.js +1 -1
- package/.next/server/app/api/repositories/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/[id]/todos/[todoId]/route.js +1 -1
- package/.next/server/app/api/repositories/[id]/todos/[todoId]/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/[id]/todos/[todoId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/[id]/todos/route.js +1 -1
- package/.next/server/app/api/repositories/[id]/todos/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/[id]/todos/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/clone/[jobId]/route.js +1 -1
- package/.next/server/app/api/repositories/clone/[jobId]/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/clone/[jobId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/clone/route.js +1 -1
- package/.next/server/app/api/repositories/clone/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/clone/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/excluded/route.js +1 -1
- package/.next/server/app/api/repositories/excluded/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/excluded/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/restore/route.js +1 -1
- package/.next/server/app/api/repositories/restore/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/restore/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/route.js +1 -1
- package/.next/server/app/api/repositories/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/scan/route.js +1 -1
- package/.next/server/app/api/repositories/scan/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/scan/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/sync/route.js +1 -1
- package/.next/server/app/api/repositories/sync/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/sync/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/validate-path/route.js +1 -1
- package/.next/server/app/api/repositories/validate-path/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/validate-path/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/sidebar/group-order/route.js +1 -1
- package/.next/server/app/api/sidebar/group-order/route.js.nft.json +1 -1
- package/.next/server/app/api/sidebar/group-order/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/skills/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/installations/route.js +1 -1
- package/.next/server/app/api/skills/installations/route.js.nft.json +1 -1
- package/.next/server/app/api/skills/installations/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/operations/route.js +1 -1
- package/.next/server/app/api/skills/operations/route.js.nft.json +1 -1
- package/.next/server/app/api/skills/operations/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/reindex/route.js +1 -1
- package/.next/server/app/api/skills/reindex/route.js.nft.json +1 -1
- package/.next/server/app/api/skills/reindex/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/route.js.nft.json +1 -1
- package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/slash-commands/route.js.nft.json +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.js +1 -1
- package/.next/server/app/api/tasks/[taskId]/cancel/route.js.nft.json +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.js +1 -1
- package/.next/server/app/api/tasks/[taskId]/route.js.nft.json +1 -1
- package/.next/server/app/api/tasks/[taskId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/templates/[id]/route.js +2 -2
- package/.next/server/app/api/templates/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/templates/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/templates/route.js +2 -2
- package/.next/server/app/api/templates/route.js.nft.json +1 -1
- package/.next/server/app/api/templates/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/todos/route.js +1 -1
- package/.next/server/app/api/todos/route.js.nft.json +1 -1
- package/.next/server/app/api/todos/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/verification/runs/[runId]/route.js +1 -1
- package/.next/server/app/api/verification/runs/[runId]/route.js.nft.json +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.js +1 -1
- package/.next/server/app/api/verification/runs/route.js.nft.json +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-tool/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/cli-tool/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/cli-tool/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/cmate/schedules/route.js +2 -2
- package/.next/server/app/api/worktrees/[id]/cmate/schedules/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/cmate/schedules/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/current-output/route.js +2 -2
- 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.js +1 -1
- package/.next/server/app/api/worktrees/[id]/env/route.js.nft.json +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.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/route.js +2 -2
- package/.next/server/app/api/worktrees/[id]/execution-logs/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/files/[...path]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/files/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/files/[...path]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/create/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/create/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/create/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/delete/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/delete/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/delete/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branches/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branches/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branches/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/checkout/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/checkout/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/checkout/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/commit/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/commit/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/commit/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/diff/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/diff/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/diff/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/fetch/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/fetch/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/fetch/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/log/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/log/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/log/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/pull/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/pull/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/pull/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/push/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/push/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/push/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/reset/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/reset/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/reset/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/revert/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/revert/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/revert/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stage/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stage/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stage/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/staged/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/staged/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/staged/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/apply/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/apply/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/apply/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/pop/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/pop/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/pop/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/push/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/push/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/push/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/status/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/status/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/status/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/unstage/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/unstage/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/unstage/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/working-diff/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/working-diff/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/working-diff/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/instances/opencode/route.js +1 -0
- package/.next/server/app/api/worktrees/[id]/instances/opencode/route.js.nft.json +1 -0
- package/.next/server/app/api/worktrees/[id]/instances/opencode/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/worktrees/[id]/interrupt/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/interrupt/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/interrupt/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/kill-session/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/kill-session/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/kill-session/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/[filename]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/route.js +2 -2
- package/.next/server/app/api/worktrees/[id]/logs/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/marp-render/route.js +4 -4
- package/.next/server/app/api/worktrees/[id]/marp-render/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/marp-render/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/messages/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/messages/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/messages/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/opencode/diff/route.js +1 -0
- package/.next/server/app/api/worktrees/[id]/opencode/diff/route.js.nft.json +1 -0
- package/.next/server/app/api/worktrees/[id]/opencode/diff/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/worktrees/[id]/opencode/session/route.js +1 -0
- package/.next/server/app/api/worktrees/[id]/opencode/session/route.js.nft.json +1 -0
- package/.next/server/app/api/worktrees/[id]/opencode/session/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/worktrees/[id]/opencode/share/route.js +1 -0
- package/.next/server/app/api/worktrees/[id]/opencode/share/route.js.nft.json +1 -0
- package/.next/server/app/api/worktrees/[id]/opencode/share/route_client-reference-manifest.js +1 -0
- 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.js +1 -1
- package/.next/server/app/api/worktrees/[id]/resolve-target/route.js.nft.json +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 +5 -1
- package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/active/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/active/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/active/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/route.js +6 -2
- package/.next/server/app/api/worktrees/[id]/schedules/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/search/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/search/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/search/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/send/route.js +7 -3
- 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 +1 -1
- 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.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/install/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/install/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update/route.js.nft.json +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.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update-plan/route.js.nft.json +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.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/slash-commands/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/slash-commands/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/slash-commands/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/special-keys/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/special-keys/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/special-keys/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/start-polling/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/start-polling/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/start-polling/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tasks/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tasks/route.js.nft.json +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.js +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/history/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/history/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/route.js +1 -3
- package/.next/server/app/api/worktrees/[id]/timers/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/[todoId]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/[todoId]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/[todoId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/[...path]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/[...path]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/upload/[...path]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/upload/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/upload/[...path]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/verify/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/verify/route.js.nft.json +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]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/verify/runs/[runId]/route.js.nft.json +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.js +1 -1
- package/.next/server/app/api/worktrees/[id]/verify/runs/route.js.nft.json +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.js +1 -1
- package/.next/server/app/api/worktrees/[id]/viewed/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/viewed/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/route.js +1 -1
- package/.next/server/app/api/worktrees/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/route_client-reference-manifest.js +1 -1
- package/.next/server/app/chat/page_client-reference-manifest.js +1 -1
- package/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
- package/.next/server/app/more/page.js +1 -1
- package/.next/server/app/more/page_client-reference-manifest.js +1 -1
- package/.next/server/app/offline/page_client-reference-manifest.js +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/proxy/[...path]/route.js +1 -1
- package/.next/server/app/proxy/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/proxy/[...path]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/repositories/page_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_client-reference-manifest.js +1 -1
- package/.next/server/app/skills/[skillId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/skills/installed/page_client-reference-manifest.js +1 -1
- package/.next/server/app/skills/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/files/[...path]/page.js +1 -1
- package/.next/server/app/worktrees/[id]/files/[...path]/page.js.nft.json +1 -1
- package/.next/server/app/worktrees/[id]/files/[...path]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/page.js +15 -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.js +2 -2
- package/.next/server/app/worktrees/[id]/terminal/page.js.nft.json +1 -1
- package/.next/server/app/worktrees/[id]/terminal/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +36 -32
- package/.next/server/chunks/1058.js +1 -0
- package/.next/server/chunks/1068.js +1 -3
- package/.next/server/chunks/1191.js +13 -0
- package/.next/server/chunks/1296.js +1 -1
- package/.next/server/chunks/1601.js +2 -2
- package/.next/server/chunks/1714.js +7 -0
- package/.next/server/chunks/1886.js +5 -0
- package/.next/server/chunks/1944.js +1 -0
- package/.next/server/chunks/2119.js +1 -1
- package/.next/server/chunks/221.js +19 -0
- package/.next/server/chunks/222.js +1 -0
- package/.next/server/chunks/2328.js +1 -1
- package/.next/server/chunks/2366.js +1 -0
- package/.next/server/chunks/2404.js +2 -2
- package/.next/server/chunks/243.js +1 -0
- package/.next/server/chunks/2445.js +1 -1
- package/.next/server/chunks/2759.js +1 -1
- package/.next/server/chunks/3346.js +1 -1
- package/.next/server/chunks/3480.js +17 -1
- package/.next/server/chunks/3558.js +1 -0
- package/.next/server/chunks/4299.js +1 -0
- package/.next/server/chunks/4393.js +1 -1
- package/.next/server/chunks/5017.js +1 -1
- package/.next/server/chunks/5089.js +1 -1
- package/.next/server/chunks/5354.js +1 -1
- package/.next/server/chunks/5571.js +1 -1
- package/.next/server/chunks/6130.js +1 -1
- package/.next/server/chunks/6274.js +11 -10
- package/.next/server/chunks/6285.js +1 -1
- package/.next/server/chunks/6337.js +1 -0
- package/.next/server/chunks/6401.js +1 -1
- package/.next/server/chunks/663.js +78 -0
- package/.next/server/chunks/7472.js +1 -1
- package/.next/server/chunks/7824.js +1 -0
- package/.next/server/chunks/7905.js +1 -0
- package/.next/server/chunks/880.js +1 -1
- package/.next/server/chunks/8807.js +84 -18
- package/.next/server/chunks/9130.js +5 -0
- package/.next/server/chunks/9328.js +1 -1
- package/.next/server/chunks/9358.js +1 -1
- package/.next/server/chunks/9508.js +1 -1
- package/.next/server/chunks/9584.js +1 -0
- package/.next/server/chunks/9627.js +274 -0
- package/.next/server/chunks/9798.js +2 -0
- package/.next/server/chunks/9938.js +1 -1
- package/.next/server/middleware-manifest.json +5 -5
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/1188-8567ee5ecfef02ee.js +1 -0
- package/.next/static/chunks/3361-aa1b6e7c1d7eeeb4.js +1 -0
- package/.next/static/chunks/3968-8d8ca15657748bfb.js +1 -0
- package/.next/static/chunks/6381-d921ab728eda1191.js +1 -0
- package/.next/static/chunks/app/api/app/update/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/app/update-check/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/assistant/conversation/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/assistant/current-output/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/assistant/messages/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/assistant/session/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/assistant/start/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/assistant/terminal/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/assistant/tools/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/auth/login/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/auth/status/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/capabilities/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/daily-summary/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/daily-summary/status/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/external-apps/[id]/health/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/external-apps/[id]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/external-apps/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/fs/browse/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/fs/recent-paths/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/hooks/agent-event/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/hooks/claude-done/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/hooks/permission-request/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/metrics/vibe/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/ollama/models/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/push/escalation/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/push/subscriptions/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/push/vapid/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/[id]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/[id]/todos/[todoId]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/[id]/todos/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/clone/[jobId]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/clone/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/excluded/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/restore/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/scan/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/sync/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/repositories/validate-path/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/sidebar/group-order/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/skills/[id]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/skills/installations/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/skills/operations/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/skills/reindex/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/skills/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/slash-commands/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/tasks/[taskId]/cancel/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/tasks/[taskId]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/templates/[id]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/templates/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/todos/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/verification/runs/[runId]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/verification/runs/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/auto-yes/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/capture/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/clear-composer/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/cli-tool/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/cmate/schedules/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/current-output/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/env/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/files/[...path]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/branch/create/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/branch/delete/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/branches/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/checkout/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/commit/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/diff/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/fetch/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/log/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/pull/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/push/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/reset/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/revert/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stage/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/staged/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/apply/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/pop/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/push/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/status/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/unstage/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/working-diff/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/instances/opencode/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/interrupt/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/kill-session/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/logs/[filename]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/logs/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/marp-render/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/memos/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/messages/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/opencode/diff/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/opencode/session/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/opencode/share/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/prompt-response/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/resolve-target/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/respond/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/active/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/search/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/send/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/update/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/update-plan/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/slash-commands/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/special-keys/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/start-polling/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/tasks/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/terminal/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/timers/history/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/timers/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/todos/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/tree/[...path]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/tree/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/upload/[...path]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/verify/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/verify/runs/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/viewed/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/api/worktrees/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/manifest.webmanifest/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/more/page-03867ab635d197c7.js +1 -0
- package/.next/static/chunks/app/proxy/[...path]/route-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/review/page-9a6d18ddcccbb63c.js +1 -0
- package/.next/static/chunks/app/worktrees/[id]/layout-9247d6b9d647f750.js +1 -0
- package/.next/static/chunks/app/worktrees/[id]/page-27b7cb2e77099eec.js +1 -0
- package/.next/static/chunks/app/worktrees/[id]/terminal/page-00ad5d9a62a71cab.js +1 -0
- package/.next/static/css/98722bc4152cedcc.css +1 -0
- package/.next/trace +13 -13
- package/.next/types/app/api/worktrees/[id]/instances/opencode/route.ts +347 -0
- package/.next/types/app/api/worktrees/[id]/opencode/diff/route.ts +347 -0
- package/.next/types/app/api/worktrees/[id]/opencode/session/route.ts +347 -0
- package/.next/types/app/api/worktrees/[id]/opencode/share/route.ts +347 -0
- package/.next/types/routes.d.ts +5 -1
- package/.next/types/validator.ts +36 -0
- package/README.md +9 -1
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/init.js +66 -0
- package/dist/cli/commands/instances.d.ts.map +1 -1
- package/dist/cli/commands/instances.js +46 -1
- package/dist/cli/commands/interrupt.d.ts +25 -0
- package/dist/cli/commands/interrupt.d.ts.map +1 -0
- package/dist/cli/commands/interrupt.js +146 -0
- package/dist/cli/commands/report.d.ts.map +1 -1
- package/dist/cli/commands/report.js +11 -4
- package/dist/cli/commands/respond.d.ts.map +1 -1
- package/dist/cli/commands/respond.js +146 -1
- package/dist/cli/commands/status.d.ts.map +1 -1
- package/dist/cli/commands/status.js +104 -0
- package/dist/cli/commands/wait.d.ts.map +1 -1
- package/dist/cli/commands/wait.js +39 -1
- package/dist/cli/config/agent-target-options.d.ts +12 -0
- package/dist/cli/config/agent-target-options.d.ts.map +1 -1
- package/dist/cli/config/agent-target-options.js +15 -1
- package/dist/cli/docs/agent-operations.d.ts +1 -1
- package/dist/cli/docs/agent-operations.d.ts.map +1 -1
- package/dist/cli/docs/agent-operations.js +34 -0
- package/dist/cli/program.d.ts.map +1 -1
- package/dist/cli/program.js +6 -0
- package/dist/cli/types/api-responses.d.ts +375 -0
- package/dist/cli/types/api-responses.d.ts.map +1 -1
- package/dist/cli/types/index.d.ts +63 -0
- package/dist/cli/types/index.d.ts.map +1 -1
- package/dist/cli/types/index.js +31 -1
- package/dist/cli/utils/daemon.d.ts.map +1 -1
- package/dist/cli/utils/daemon.js +3 -0
- package/dist/cli/utils/env-setup.d.ts +24 -0
- package/dist/cli/utils/env-setup.d.ts.map +1 -1
- package/dist/cli/utils/env-setup.js +70 -0
- package/dist/cli/utils/vapid-keygen.d.ts +74 -0
- package/dist/cli/utils/vapid-keygen.d.ts.map +1 -0
- package/dist/cli/utils/vapid-keygen.js +111 -0
- package/dist/lib/cli-tools/types.d.ts +11 -1
- package/dist/lib/cli-tools/types.d.ts.map +1 -1
- package/dist/lib/detection/tools/verified-against.d.ts +14 -3
- package/dist/lib/detection/tools/verified-against.d.ts.map +1 -1
- package/dist/lib/detection/tools/verified-against.js +14 -3
- package/dist/lib/push/vapid.d.ts +178 -0
- package/dist/lib/push/vapid.d.ts.map +1 -0
- package/dist/lib/push/vapid.js +293 -0
- package/dist/lib/server/localhost-self-check.d.ts +203 -0
- package/dist/lib/server/localhost-self-check.d.ts.map +1 -0
- package/dist/lib/server/localhost-self-check.js +333 -0
- package/dist/server/locales/en/notifications.json +23 -1
- package/dist/server/locales/ja/notifications.json +23 -1
- package/dist/server/server.js +103 -0
- package/dist/server/src/config/image-extensions.js +244 -0
- package/dist/server/src/config/opencode-constants.js +69 -0
- package/dist/server/src/config/tmux-pane-config.js +100 -1
- package/dist/server/src/lib/cli-tools/base.js +33 -48
- package/dist/server/src/lib/cli-tools/opencode-config.js +12 -0
- package/dist/server/src/lib/cli-tools/opencode.js +435 -7
- package/dist/server/src/lib/cli-tools/start-availability.js +160 -0
- package/dist/server/src/lib/cmate-cli-tool-parser.js +328 -7
- package/dist/server/src/lib/cmate-parser.js +12 -0
- package/dist/server/src/lib/db/agent-instances-db.js +129 -0
- package/dist/server/src/lib/db/agent-session-cost-db.js +204 -0
- package/dist/server/src/lib/db/agent-session-cost-sampler.js +194 -0
- package/dist/server/src/lib/db/chat-db.js +33 -0
- package/dist/server/src/lib/db/db-instance.js +11 -0
- package/dist/server/src/lib/db/db.js +8 -3
- package/dist/server/src/lib/db/migrations/index.js +6 -0
- package/dist/server/src/lib/db/migrations/runner.js +1 -1
- package/dist/server/src/lib/db/migrations/v57-push-subscription-defaults-notice.js +54 -0
- package/dist/server/src/lib/db/migrations/v58-agent-session-costs.js +100 -0
- package/dist/server/src/lib/db/migrations/v59-opencode-instance-settings.js +71 -0
- package/dist/server/src/lib/db/push-subscriptions-db.js +56 -5
- package/dist/server/src/lib/detection/cli-patterns.js +17 -6
- package/dist/server/src/lib/detection/excerpt.js +48 -0
- package/dist/server/src/lib/detection/model-info-extractor.js +26 -3
- package/dist/server/src/lib/detection/opencode-modal-overlay.js +400 -0
- package/dist/server/src/lib/detection/opencode-pane-obstruction.js +181 -0
- package/dist/server/src/lib/detection/status-detector.js +7 -0
- package/dist/server/src/lib/detection/status-reason.js +20 -0
- package/dist/server/src/lib/detection/terminal-columns.js +94 -0
- package/dist/server/src/lib/detection/tools/opencode/detect.js +43 -0
- package/dist/server/src/lib/detection/tools/opencode/prompt.js +20 -0
- package/dist/server/src/lib/detection/tools/verified-against.js +14 -3
- package/dist/server/src/lib/detection/upstream-faults.js +7 -22
- package/dist/server/src/lib/hooks/agent-session-telemetry.js +324 -0
- package/dist/server/src/lib/hooks/pending-decision-kind.js +72 -0
- package/dist/server/src/lib/hooks/sources/define-source.js +88 -0
- package/dist/server/src/lib/hooks/sources/opencode/client.js +907 -2
- package/dist/server/src/lib/hooks/sources/opencode/diff.js +336 -0
- package/dist/server/src/lib/hooks/sources/opencode/history.js +480 -0
- package/dist/server/src/lib/hooks/sources/opencode/ingest.js +76 -7
- package/dist/server/src/lib/hooks/sources/opencode/launch-settings.js +222 -0
- package/dist/server/src/lib/hooks/sources/opencode/mappers.js +31 -0
- package/dist/server/src/lib/hooks/sources/opencode/payloads.js +45 -0
- package/dist/server/src/lib/hooks/sources/opencode/ports.js +16 -0
- package/dist/server/src/lib/hooks/sources/opencode/push.js +307 -0
- package/dist/server/src/lib/hooks/sources/opencode/reattach.js +284 -0
- package/dist/server/src/lib/hooks/sources/opencode/runtime.js +165 -2
- package/dist/server/src/lib/hooks/sources/opencode/source.js +46 -2
- package/dist/server/src/lib/hooks/sources/opencode/subscription.js +407 -4
- package/dist/server/src/lib/hooks/sources/opencode/transcript.js +383 -0
- package/dist/server/src/lib/hooks/structured-decision-response.js +460 -0
- package/dist/server/src/lib/job-executor.js +43 -20
- package/dist/server/src/lib/polling/response-checker.js +43 -16
- package/dist/server/src/lib/polling/structured-history-gate.js +75 -0
- package/dist/server/src/lib/prompt-answer-sender.js +153 -2
- package/dist/server/src/lib/push/delivery-health.js +237 -0
- package/dist/server/src/lib/push/failure-push-notifier.js +109 -7
- package/dist/server/src/lib/push/index.js +25 -1
- package/dist/server/src/lib/push/prompt-card-state.js +254 -14
- package/dist/server/src/lib/push/push-sender.js +63 -12
- package/dist/server/src/lib/push/resolution-push-notifier.js +15 -3
- package/dist/server/src/lib/push/vapid.js +264 -5
- package/dist/server/src/lib/push/waiting-push-notifier.js +7 -0
- package/dist/server/src/lib/server/localhost-self-check.js +333 -0
- package/dist/server/src/lib/session/agent-event-state.js +169 -4
- package/dist/server/src/lib/session/claude-executor.js +152 -15
- package/dist/server/src/lib/session/current-output-builder.js +182 -15
- package/dist/server/src/lib/session/opencode-session-api.js +214 -0
- package/dist/server/src/lib/session/opencode-session-recall.js +168 -0
- package/dist/server/src/lib/session/opencode-session-store.js +274 -0
- package/dist/server/src/lib/session/provisional-turn.js +54 -1
- package/dist/server/src/lib/session/send-user-message.js +6 -5
- package/dist/server/src/lib/session/structured-prompt.js +53 -2
- package/dist/server/src/lib/skills/compatibility-matrix.js +50 -1
- package/dist/server/src/lib/tmux/tmux.js +74 -4
- package/dist/server/src/lib/verification/gate-runner.js +71 -8
- package/dist/server/src/types/agent-session.js +63 -0
- package/dist/server/src/types/agent-transcript.js +80 -0
- package/dist/server/src/types/opencode-export.js +228 -0
- package/dist/server/src/types/opencode-instance-settings.js +140 -0
- package/dist/server/src/types/opencode-share.js +111 -0
- package/dist/server/src/types/terminal-keys.js +69 -1
- package/dist/types/cli-tool-contracts.d.ts +48 -0
- package/dist/types/cli-tool-contracts.d.ts.map +1 -1
- package/dist/types/terminal-keys.d.ts +89 -0
- package/dist/types/terminal-keys.d.ts.map +1 -0
- package/dist/types/terminal-keys.js +105 -0
- package/package.json +1 -1
- package/.next/server/chunks/1029.js +0 -1
- package/.next/server/chunks/1239.js +0 -1
- package/.next/server/chunks/1538.js +0 -7
- package/.next/server/chunks/2546.js +0 -1
- package/.next/server/chunks/2689.js +0 -13
- package/.next/server/chunks/3292.js +0 -1
- package/.next/server/chunks/3417.js +0 -1
- package/.next/server/chunks/3736.js +0 -1
- package/.next/server/chunks/4423.js +0 -1
- package/.next/server/chunks/4444.js +0 -32
- package/.next/server/chunks/4565.js +0 -3
- package/.next/server/chunks/467.js +0 -1
- package/.next/server/chunks/4905.js +0 -5
- package/.next/server/chunks/552.js +0 -19
- package/.next/server/chunks/5998.js +0 -74
- package/.next/server/chunks/6919.js +0 -1
- package/.next/server/chunks/7970.js +0 -229
- package/.next/server/chunks/8536.js +0 -1
- package/.next/server/chunks/9284.js +0 -1
- package/.next/static/chunks/3361-5d6e93fba8a92bc1.js +0 -1
- package/.next/static/chunks/6381-b7250e8ca7a44c6c.js +0 -1
- package/.next/static/chunks/8521-c43994fb58501d13.js +0 -1
- package/.next/static/chunks/app/api/app/update/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/app/update-check/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/assistant/conversation/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/assistant/current-output/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/assistant/messages/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/assistant/session/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/assistant/start/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/assistant/terminal/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/assistant/tools/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/auth/login/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/auth/status/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/capabilities/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/daily-summary/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/daily-summary/status/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/external-apps/[id]/health/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/external-apps/[id]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/external-apps/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/fs/browse/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/fs/recent-paths/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/hooks/agent-event/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/hooks/claude-done/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/hooks/permission-request/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/metrics/vibe/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/ollama/models/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/push/escalation/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/push/subscriptions/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/push/vapid/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/[id]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/[id]/todos/[todoId]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/[id]/todos/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/clone/[jobId]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/clone/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/excluded/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/restore/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/scan/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/sync/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/repositories/validate-path/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/sidebar/group-order/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/skills/[id]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/skills/installations/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/skills/operations/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/skills/reindex/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/skills/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/slash-commands/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/tasks/[taskId]/cancel/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/tasks/[taskId]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/templates/[id]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/templates/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/todos/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/verification/runs/[runId]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/verification/runs/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/auto-yes/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/capture/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/clear-composer/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/cli-tool/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/cmate/schedules/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/current-output/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/env/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/files/[...path]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/branch/create/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/branch/delete/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/branches/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/checkout/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/commit/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/diff/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/fetch/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/log/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/pull/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/push/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/reset/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/revert/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stage/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/staged/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/apply/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/pop/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/push/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/status/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/unstage/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/working-diff/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/interrupt/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/kill-session/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/logs/[filename]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/logs/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/marp-render/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/memos/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/messages/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/prompt-response/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/resolve-target/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/respond/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/active/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/search/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/send/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/update/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/update-plan/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/slash-commands/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/special-keys/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/start-polling/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/tasks/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/terminal/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/timers/history/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/timers/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/todos/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/tree/[...path]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/tree/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/upload/[...path]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/verify/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/verify/runs/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/viewed/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/manifest.webmanifest/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/more/page-3266dfa945972649.js +0 -1
- package/.next/static/chunks/app/proxy/[...path]/route-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/review/page-8f63aff862fee421.js +0 -1
- package/.next/static/chunks/app/worktrees/[id]/layout-6add0d88e2828c23.js +0 -1
- package/.next/static/chunks/app/worktrees/[id]/page-e4f28966b4fc0ce1.js +0 -1
- package/.next/static/chunks/app/worktrees/[id]/terminal/page-a75fe180a7233b2b.js +0 -1
- package/.next/static/css/928e5a8830fbf997.css +0 -1
- /package/.next/static/{t0BoV4H46ZgKmTjSi7GIz → 0GHE2JGlFzqvSBZAcBFSt}/_buildManifest.js +0 -0
- /package/.next/static/{t0BoV4H46ZgKmTjSi7GIz → 0GHE2JGlFzqvSBZAcBFSt}/_ssgManifest.js +0 -0
package/.next/trace
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
[{"name":"generate-buildid","duration":165,"timestamp":834812611,"id":4,"parentId":1,"tags":{},"startTime":1787546547146,"traceId":"931de1e64781d7e8"},{"name":"load-custom-routes","duration":1369,"timestamp":834812844,"id":5,"parentId":1,"tags":{},"startTime":1787546547146,"traceId":"931de1e64781d7e8"},{"name":"create-dist-dir","duration":15105,"timestamp":834877661,"id":6,"parentId":1,"tags":{},"startTime":1787546547211,"traceId":"931de1e64781d7e8"},{"name":"create-pages-mapping","duration":185,"timestamp":834919863,"id":7,"parentId":1,"tags":{},"startTime":1787546547253,"traceId":"931de1e64781d7e8"},{"name":"collect-app-files","duration":5022,"timestamp":834920076,"id":8,"parentId":1,"tags":{},"startTime":1787546547253,"traceId":"931de1e64781d7e8"},{"name":"create-app-mapping","duration":5608,"timestamp":834925117,"id":9,"parentId":1,"tags":{},"startTime":1787546547258,"traceId":"931de1e64781d7e8"},{"name":"create-app-layouts","duration":88,"timestamp":834930748,"id":10,"parentId":1,"tags":{},"startTime":1787546547264,"traceId":"931de1e64781d7e8"},{"name":"collect-default-files","duration":2067,"timestamp":834932318,"id":12,"parentId":1,"tags":{},"startTime":1787546547265,"traceId":"931de1e64781d7e8"},{"name":"generate-route-types","duration":23485,"timestamp":834931660,"id":11,"parentId":1,"tags":{},"startTime":1787546547265,"traceId":"931de1e64781d7e8"},{"name":"public-dir-conflict-check","duration":346,"timestamp":834955194,"id":13,"parentId":1,"tags":{},"startTime":1787546547288,"traceId":"931de1e64781d7e8"},{"name":"generate-routes-manifest","duration":3669,"timestamp":834955661,"id":14,"parentId":1,"tags":{},"startTime":1787546547289,"traceId":"931de1e64781d7e8"},{"name":"create-entrypoints","duration":63798,"timestamp":834964604,"id":17,"parentId":1,"tags":{},"startTime":1787546547298,"traceId":"931de1e64781d7e8"},{"name":"generate-webpack-config","duration":195111,"timestamp":835028433,"id":18,"parentId":16,"tags":{},"startTime":1787546547362,"traceId":"931de1e64781d7e8"},{"name":"next-trace-entrypoint-plugin","duration":1423,"timestamp":835290952,"id":20,"parentId":19,"tags":{},"startTime":1787546547624,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":1950291,"timestamp":835298372,"id":124,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097500,"timestamp":835298306,"id":97,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097513,"timestamp":835298310,"id":99,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097515,"timestamp":835298313,"id":100,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097516,"timestamp":835298315,"id":101,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097515,"timestamp":835298320,"id":103,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097515,"timestamp":835298322,"id":104,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097515,"timestamp":835298325,"id":105,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097509,"timestamp":835298334,"id":108,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097521,"timestamp":835298337,"id":109,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097523,"timestamp":835298339,"id":110,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097524,"timestamp":835298341,"id":111,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097525,"timestamp":835298343,"id":112,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097525,"timestamp":835298346,"id":113,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097526,"timestamp":835298348,"id":114,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097526,"timestamp":835298350,"id":115,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097526,"timestamp":835298352,"id":116,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097526,"timestamp":835298355,"id":117,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097526,"timestamp":835298357,"id":118,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097509,"timestamp":835298377,"id":126,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097510,"timestamp":835298379,"id":127,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097507,"timestamp":835298384,"id":129,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097507,"timestamp":835298387,"id":130,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097507,"timestamp":835298389,"id":131,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097507,"timestamp":835298392,"id":132,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097506,"timestamp":835298394,"id":133,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097506,"timestamp":835298397,"id":134,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097506,"timestamp":835298399,"id":135,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097501,"timestamp":835298406,"id":138,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097501,"timestamp":835298409,"id":139,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097500,"timestamp":835298412,"id":140,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097500,"timestamp":835298415,"id":141,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097499,"timestamp":835298418,"id":142,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097499,"timestamp":835298420,"id":143,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097499,"timestamp":835298422,"id":144,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097498,"timestamp":835298425,"id":145,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097497,"timestamp":835298427,"id":146,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097495,"timestamp":835298432,"id":148,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097477,"timestamp":835298452,"id":155,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3097475,"timestamp":835298457,"id":157,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3098105,"timestamp":835298435,"id":149,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3098799,"timestamp":835298443,"id":151,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3098802,"timestamp":835298450,"id":154,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3107247,"timestamp":835297891,"id":29,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3107117,"timestamp":835298031,"id":31,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3107077,"timestamp":835298075,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3107007,"timestamp":835298149,"id":64,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3107005,"timestamp":835298154,"id":66,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3107001,"timestamp":835298161,"id":69,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3106999,"timestamp":835298166,"id":71,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3106988,"timestamp":835298180,"id":76,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3106811,"timestamp":835298360,"id":119,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3106811,"timestamp":835298362,"id":120,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3106812,"timestamp":835298365,"id":121,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3106812,"timestamp":835298367,"id":122,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3106812,"timestamp":835298369,"id":123,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3106992,"timestamp":835298193,"id":81,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3106997,"timestamp":835298190,"id":80,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3106994,"timestamp":835298195,"id":82,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3106927,"timestamp":835298265,"id":83,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3106923,"timestamp":835298271,"id":84,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3233786,"timestamp":835298439,"id":150,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3233796,"timestamp":835298448,"id":153,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3233804,"timestamp":835298446,"id":152,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3233795,"timestamp":835298459,"id":158,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3339396,"timestamp":835298461,"id":159,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3357397,"timestamp":835298382,"id":128,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3385425,"timestamp":835297901,"id":30,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3395308,"timestamp":835298374,"id":125,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3403694,"timestamp":835298430,"id":147,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3408468,"timestamp":835298330,"id":106,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3411969,"timestamp":835298308,"id":98,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3411835,"timestamp":835298455,"id":156,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3411981,"timestamp":835298318,"id":102,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3411972,"timestamp":835298332,"id":107,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3414737,"timestamp":835298106,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3440927,"timestamp":835298404,"id":137,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3440941,"timestamp":835298402,"id":136,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3445644,"timestamp":835297521,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3444713,"timestamp":835298464,"id":160,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3444715,"timestamp":835298466,"id":161,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3444717,"timestamp":835298468,"id":162,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3444717,"timestamp":835298471,"id":163,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3444718,"timestamp":835298473,"id":164,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3444719,"timestamp":835298476,"id":165,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3444721,"timestamp":835298478,"id":166,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3444721,"timestamp":835298481,"id":167,"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":1787546547632,"traceId":"931de1e64781d7e8"}]
|
|
2
|
-
[{"name":"add-entry","duration":3444901,"timestamp":835298483,"id":168,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3444905,"timestamp":835298485,"id":169,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3444907,"timestamp":835298487,"id":170,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3444919,"timestamp":835298490,"id":171,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3444920,"timestamp":835298492,"id":172,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3444920,"timestamp":835298495,"id":173,"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":1787546547632,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464270,"timestamp":835297819,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464257,"timestamp":835297842,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464250,"timestamp":835297852,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464041,"timestamp":835298064,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464030,"timestamp":835298078,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464038,"timestamp":835298072,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464246,"timestamp":835297867,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464233,"timestamp":835297882,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464243,"timestamp":835297875,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464053,"timestamp":835298067,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464053,"timestamp":835298069,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464066,"timestamp":835298058,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464029,"timestamp":835298098,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464046,"timestamp":835298084,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464051,"timestamp":835298081,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464044,"timestamp":835298090,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464049,"timestamp":835298087,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464045,"timestamp":835298092,"id":43,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464045,"timestamp":835298095,"id":44,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464041,"timestamp":835298101,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464040,"timestamp":835298103,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464028,"timestamp":835298117,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464033,"timestamp":835298114,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464040,"timestamp":835298109,"id":49,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464040,"timestamp":835298111,"id":50,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464031,"timestamp":835298123,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464035,"timestamp":835298119,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464031,"timestamp":835298126,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464031,"timestamp":835298128,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464033,"timestamp":835298130,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464033,"timestamp":835298133,"id":58,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464030,"timestamp":835298138,"id":60,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464034,"timestamp":835298135,"id":59,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464026,"timestamp":835298146,"id":63,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464034,"timestamp":835298140,"id":61,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464032,"timestamp":835298143,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464026,"timestamp":835298151,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464023,"timestamp":835298156,"id":67,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464022,"timestamp":835298159,"id":68,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464019,"timestamp":835298164,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464016,"timestamp":835298169,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464013,"timestamp":835298174,"id":74,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464017,"timestamp":835298172,"id":73,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464013,"timestamp":835298177,"id":75,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464010,"timestamp":835298183,"id":77,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464008,"timestamp":835298187,"id":79,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3464012,"timestamp":835298185,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3463925,"timestamp":835298274,"id":85,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3463923,"timestamp":835298278,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3463922,"timestamp":835298282,"id":87,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3463919,"timestamp":835298286,"id":89,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3463918,"timestamp":835298289,"id":90,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3463925,"timestamp":835298284,"id":88,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3463917,"timestamp":835298294,"id":92,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3463921,"timestamp":835298292,"id":91,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3463918,"timestamp":835298297,"id":93,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3463917,"timestamp":835298299,"id":94,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3463917,"timestamp":835298301,"id":95,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":3463917,"timestamp":835298304,"id":96,"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":1787546547631,"traceId":"931de1e64781d7e8"},{"name":"make","duration":5808797,"timestamp":835297302,"id":21,"parentId":19,"tags":{},"startTime":1787546547630,"traceId":"931de1e64781d7e8"},{"name":"get-entries","duration":4424,"timestamp":841107188,"id":985,"parentId":984,"tags":{},"startTime":1787546553440,"traceId":"931de1e64781d7e8"},{"name":"node-file-trace-plugin","duration":8541696,"timestamp":841127116,"id":986,"parentId":984,"tags":{"traceEntryCount":"300"},"startTime":1787546553460,"traceId":"931de1e64781d7e8"},{"name":"collect-traced-files","duration":118943,"timestamp":849668837,"id":987,"parentId":984,"tags":{},"startTime":1787546562002,"traceId":"931de1e64781d7e8"},{"name":"finish-modules","duration":8680766,"timestamp":841107033,"id":984,"parentId":20,"tags":{},"startTime":1787546553440,"traceId":"931de1e64781d7e8"},{"name":"chunk-graph","duration":124357,"timestamp":850139846,"id":989,"parentId":988,"tags":{},"startTime":1787546562473,"traceId":"931de1e64781d7e8"},{"name":"optimize-modules","duration":17,"timestamp":850264306,"id":991,"parentId":988,"tags":{},"startTime":1787546562597,"traceId":"931de1e64781d7e8"},{"name":"optimize-chunks","duration":141118,"timestamp":850264379,"id":992,"parentId":988,"tags":{},"startTime":1787546562598,"traceId":"931de1e64781d7e8"},{"name":"optimize-tree","duration":111,"timestamp":850405593,"id":993,"parentId":988,"tags":{},"startTime":1787546562739,"traceId":"931de1e64781d7e8"},{"name":"optimize-chunk-modules","duration":167461,"timestamp":850405784,"id":994,"parentId":988,"tags":{},"startTime":1787546562739,"traceId":"931de1e64781d7e8"},{"name":"optimize","duration":309070,"timestamp":850264267,"id":990,"parentId":988,"tags":{},"startTime":1787546562597,"traceId":"931de1e64781d7e8"},{"name":"module-hash","duration":122048,"timestamp":850657894,"id":995,"parentId":988,"tags":{},"startTime":1787546562991,"traceId":"931de1e64781d7e8"},{"name":"code-generation","duration":21712,"timestamp":850780043,"id":996,"parentId":988,"tags":{},"startTime":1787546563113,"traceId":"931de1e64781d7e8"},{"name":"hash","duration":22686,"timestamp":850814764,"id":997,"parentId":988,"tags":{},"startTime":1787546563148,"traceId":"931de1e64781d7e8"},{"name":"code-generation-jobs","duration":372,"timestamp":850837445,"id":998,"parentId":988,"tags":{},"startTime":1787546563171,"traceId":"931de1e64781d7e8"},{"name":"module-assets","duration":2071,"timestamp":850837667,"id":999,"parentId":988,"tags":{},"startTime":1787546563171,"traceId":"931de1e64781d7e8"},{"name":"create-chunk-assets","duration":3167,"timestamp":850839758,"id":1000,"parentId":988,"tags":{},"startTime":1787546563173,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":932,"timestamp":850863026,"id":1002,"parentId":1001,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":804,"timestamp":850863162,"id":1003,"parentId":1001,"tags":{"name":"../app/api/assistant/conversation/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":797,"timestamp":850863171,"id":1004,"parentId":1001,"tags":{"name":"../app/api/assistant/current-output/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":790,"timestamp":850863179,"id":1005,"parentId":1001,"tags":{"name":"../app/api/assistant/messages/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":788,"timestamp":850863183,"id":1006,"parentId":1001,"tags":{"name":"../app/api/assistant/session/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":785,"timestamp":850863187,"id":1007,"parentId":1001,"tags":{"name":"../app/api/assistant/start/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":781,"timestamp":850863192,"id":1008,"parentId":1001,"tags":{"name":"../app/api/assistant/terminal/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":777,"timestamp":850863197,"id":1009,"parentId":1001,"tags":{"name":"../app/api/auth/logout/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":772,"timestamp":850863203,"id":1010,"parentId":1001,"tags":{"name":"../app/api/assistant/tools/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":732,"timestamp":850863244,"id":1011,"parentId":1001,"tags":{"name":"../app/api/auth/login/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":722,"timestamp":850863255,"id":1012,"parentId":1001,"tags":{"name":"../app/api/daily-summary/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":709,"timestamp":850863268,"id":1013,"parentId":1001,"tags":{"name":"../app/api/hooks/agent-event/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":707,"timestamp":850863272,"id":1014,"parentId":1001,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":704,"timestamp":850863276,"id":1015,"parentId":1001,"tags":{"name":"../app/api/hooks/permission-request/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":700,"timestamp":850863281,"id":1016,"parentId":1001,"tags":{"name":"../app/api/metrics/vibe/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":697,"timestamp":850863284,"id":1017,"parentId":1001,"tags":{"name":"../app/api/ollama/models/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":694,"timestamp":850863288,"id":1018,"parentId":1001,"tags":{"name":"../app/api/repositories/[id]/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":692,"timestamp":850863291,"id":1019,"parentId":1001,"tags":{"name":"../app/api/repositories/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":690,"timestamp":850863294,"id":1020,"parentId":1001,"tags":{"name":"../app/api/repositories/[id]/todos/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"}]
|
|
3
|
-
[{"name":"minify-js","duration":927,"timestamp":850863299,"id":1021,"parentId":1001,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":927,"timestamp":850863303,"id":1022,"parentId":1001,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":926,"timestamp":850863306,"id":1023,"parentId":1001,"tags":{"name":"../app/api/repositories/restore/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":924,"timestamp":850863310,"id":1024,"parentId":1001,"tags":{"name":"../app/api/repositories/excluded/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":923,"timestamp":850863312,"id":1025,"parentId":1001,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":920,"timestamp":850863317,"id":1026,"parentId":1001,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":918,"timestamp":850863320,"id":1027,"parentId":1001,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":915,"timestamp":850863324,"id":1028,"parentId":1001,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1787546563196,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":895,"timestamp":850863346,"id":1029,"parentId":1001,"tags":{"name":"../app/api/tasks/[taskId]/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":893,"timestamp":850863349,"id":1030,"parentId":1001,"tags":{"name":"../app/api/tasks/[taskId]/cancel/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":891,"timestamp":850863352,"id":1031,"parentId":1001,"tags":{"name":"../app/api/templates/[id]/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":889,"timestamp":850863356,"id":1032,"parentId":1001,"tags":{"name":"../app/api/templates/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":885,"timestamp":850863360,"id":1033,"parentId":1001,"tags":{"name":"../app/api/verification/runs/[runId]/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":884,"timestamp":850863363,"id":1034,"parentId":1001,"tags":{"name":"../app/api/verification/runs/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":882,"timestamp":850863365,"id":1035,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":880,"timestamp":850863369,"id":1036,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":877,"timestamp":850863373,"id":1037,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/clear-composer/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":875,"timestamp":850863376,"id":1038,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":874,"timestamp":850863378,"id":1039,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/cmate/schedules/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":873,"timestamp":850863381,"id":1040,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":870,"timestamp":850863386,"id":1041,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/[logId]/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":869,"timestamp":850863388,"id":1042,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/env/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":867,"timestamp":850863391,"id":1043,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":866,"timestamp":850863394,"id":1044,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/branch/create/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":863,"timestamp":850863398,"id":1045,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":853,"timestamp":850863410,"id":1046,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/branch/delete/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":852,"timestamp":850863412,"id":1047,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/checkout/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":851,"timestamp":850863415,"id":1048,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/commit/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":850,"timestamp":850863417,"id":1049,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/branches/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":850,"timestamp":850863420,"id":1050,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/diff/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":850,"timestamp":850863422,"id":1051,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/fetch/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":849,"timestamp":850863425,"id":1052,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/log/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":848,"timestamp":850863427,"id":1053,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/pull/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":846,"timestamp":850863430,"id":1054,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/push/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":845,"timestamp":850863432,"id":1055,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/reset/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":844,"timestamp":850863435,"id":1056,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/revert/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":843,"timestamp":850863437,"id":1057,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/stage/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":842,"timestamp":850863440,"id":1058,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/show/[commitHash]/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":842,"timestamp":850863442,"id":1059,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/staged/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":841,"timestamp":850863445,"id":1060,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/stash/[index]/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":840,"timestamp":850863447,"id":1061,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/stash/apply/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":840,"timestamp":850863450,"id":1062,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/stash/pop/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":839,"timestamp":850863452,"id":1063,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/stash/push/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":838,"timestamp":850863454,"id":1064,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/stash/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":837,"timestamp":850863457,"id":1065,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/unstage/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":837,"timestamp":850863459,"id":1066,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/status/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":837,"timestamp":850863461,"id":1067,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/git/working-diff/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":836,"timestamp":850863464,"id":1068,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":836,"timestamp":850863466,"id":1069,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":835,"timestamp":850863468,"id":1070,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/marp-render/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":835,"timestamp":850863471,"id":1071,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":834,"timestamp":850863473,"id":1072,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":832,"timestamp":850863476,"id":1073,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":831,"timestamp":850863478,"id":1074,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":830,"timestamp":850863481,"id":1075,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/resolve-target/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":829,"timestamp":850863483,"id":1076,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":827,"timestamp":850863486,"id":1077,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/schedules/[scheduleId]/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":826,"timestamp":850863488,"id":1078,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":824,"timestamp":850863491,"id":1079,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/schedules/active/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":823,"timestamp":850863493,"id":1080,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/schedules/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":821,"timestamp":850863495,"id":1081,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":820,"timestamp":850863498,"id":1082,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":818,"timestamp":850863500,"id":1083,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":817,"timestamp":850863503,"id":1084,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/special-keys/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":815,"timestamp":850863506,"id":1085,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/start-polling/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":814,"timestamp":850863509,"id":1086,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/tasks/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":811,"timestamp":850863512,"id":1087,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":809,"timestamp":850863515,"id":1088,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/timers/history/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":808,"timestamp":850863517,"id":1089,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/timers/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":806,"timestamp":850863520,"id":1090,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":804,"timestamp":850863522,"id":1091,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/todos/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":803,"timestamp":850863525,"id":1092,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":801,"timestamp":850863527,"id":1093,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":800,"timestamp":850863530,"id":1094,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":799,"timestamp":850863532,"id":1095,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/verify/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":797,"timestamp":850863534,"id":1096,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/verify/runs/[runId]/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":795,"timestamp":850863537,"id":1097,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/verify/runs/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":793,"timestamp":850863539,"id":1098,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":792,"timestamp":850863542,"id":1099,"parentId":1001,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":790,"timestamp":850863545,"id":1100,"parentId":1001,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":788,"timestamp":850863547,"id":1101,"parentId":1001,"tags":{"name":"../app/icon1.png/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":786,"timestamp":850863550,"id":1102,"parentId":1001,"tags":{"name":"../app/icon2.png/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":785,"timestamp":850863552,"id":1103,"parentId":1001,"tags":{"name":"../app/manifest.webmanifest/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":783,"timestamp":850863555,"id":1104,"parentId":1001,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":782,"timestamp":850863557,"id":1105,"parentId":1001,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":780,"timestamp":850863559,"id":1106,"parentId":1001,"tags":{"name":"../app/api/app/update-check/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":778,"timestamp":850863562,"id":1107,"parentId":1001,"tags":{"name":"../app/api/auth/status/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":777,"timestamp":850863564,"id":1108,"parentId":1001,"tags":{"name":"../app/api/app/update/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":775,"timestamp":850863566,"id":1109,"parentId":1001,"tags":{"name":"../app/api/capabilities/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":774,"timestamp":850863569,"id":1110,"parentId":1001,"tags":{"name":"../app/api/daily-summary/status/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":773,"timestamp":850863571,"id":1111,"parentId":1001,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":772,"timestamp":850863573,"id":1112,"parentId":1001,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":770,"timestamp":850863576,"id":1113,"parentId":1001,"tags":{"name":"../app/api/fs/browse/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":769,"timestamp":850863578,"id":1114,"parentId":1001,"tags":{"name":"../app/api/fs/recent-paths/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":764,"timestamp":850863584,"id":1115,"parentId":1001,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":763,"timestamp":850863587,"id":1116,"parentId":1001,"tags":{"name":"../app/api/push/vapid/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":761,"timestamp":850863589,"id":1117,"parentId":1001,"tags":{"name":"../app/api/push/escalation/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":760,"timestamp":850863592,"id":1118,"parentId":1001,"tags":{"name":"../app/api/push/subscriptions/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":758,"timestamp":850863594,"id":1119,"parentId":1001,"tags":{"name":"../app/api/sidebar/group-order/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":756,"timestamp":850863597,"id":1120,"parentId":1001,"tags":{"name":"../app/api/skills/[id]/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":755,"timestamp":850863600,"id":1121,"parentId":1001,"tags":{"name":"../app/api/repositories/validate-path/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"}]
|
|
4
|
-
[{"name":"minify-js","duration":894,"timestamp":850863602,"id":1122,"parentId":1001,"tags":{"name":"../app/api/skills/reindex/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":894,"timestamp":850863604,"id":1123,"parentId":1001,"tags":{"name":"../app/api/skills/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":892,"timestamp":850863607,"id":1124,"parentId":1001,"tags":{"name":"../app/api/skills/installations/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":890,"timestamp":850863610,"id":1125,"parentId":1001,"tags":{"name":"../app/api/todos/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":889,"timestamp":850863613,"id":1126,"parentId":1001,"tags":{"name":"../app/api/skills/operations/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":887,"timestamp":850863615,"id":1127,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":886,"timestamp":850863618,"id":1128,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":884,"timestamp":850863620,"id":1129,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":883,"timestamp":850863622,"id":1130,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/plan/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":875,"timestamp":850863631,"id":1131,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":874,"timestamp":850863634,"id":1132,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/install/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":872,"timestamp":850863637,"id":1133,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/update-plan/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":872,"timestamp":850863639,"id":1134,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":871,"timestamp":850863642,"id":1135,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/skills/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":869,"timestamp":850863645,"id":1136,"parentId":1001,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":868,"timestamp":850863647,"id":1137,"parentId":1001,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":866,"timestamp":850863650,"id":1138,"parentId":1001,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/update/route.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":863,"timestamp":850863653,"id":1139,"parentId":1001,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":862,"timestamp":850863656,"id":1140,"parentId":1001,"tags":{"name":"../app/chat/page.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":861,"timestamp":850863658,"id":1141,"parentId":1001,"tags":{"name":"../app/more/page.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":859,"timestamp":850863660,"id":1142,"parentId":1001,"tags":{"name":"../app/login/page.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":857,"timestamp":850863663,"id":1143,"parentId":1001,"tags":{"name":"../app/offline/page.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":856,"timestamp":850863665,"id":1144,"parentId":1001,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":854,"timestamp":850863668,"id":1145,"parentId":1001,"tags":{"name":"../app/repositories/page.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":852,"timestamp":850863671,"id":1146,"parentId":1001,"tags":{"name":"../app/review/page.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":850,"timestamp":850863673,"id":1147,"parentId":1001,"tags":{"name":"../app/skills/[skillId]/page.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":848,"timestamp":850863676,"id":1148,"parentId":1001,"tags":{"name":"../app/skills/installed/page.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":847,"timestamp":850863678,"id":1149,"parentId":1001,"tags":{"name":"../app/sessions/page.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":845,"timestamp":850863681,"id":1150,"parentId":1001,"tags":{"name":"../app/skills/page.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":844,"timestamp":850863683,"id":1151,"parentId":1001,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":843,"timestamp":850863685,"id":1152,"parentId":1001,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":842,"timestamp":850863687,"id":1153,"parentId":1001,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":840,"timestamp":850863690,"id":1154,"parentId":1001,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":838,"timestamp":850863693,"id":1155,"parentId":1001,"tags":{"name":"3543.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":836,"timestamp":850863695,"id":1156,"parentId":1001,"tags":{"name":"3945.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":834,"timestamp":850863698,"id":1157,"parentId":1001,"tags":{"name":"2119.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":833,"timestamp":850863700,"id":1158,"parentId":1001,"tags":{"name":"2445.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":831,"timestamp":850863703,"id":1159,"parentId":1001,"tags":{"name":"4248.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":829,"timestamp":850863706,"id":1160,"parentId":1001,"tags":{"name":"2534.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":827,"timestamp":850863708,"id":1161,"parentId":1001,"tags":{"name":"2980.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":826,"timestamp":850863710,"id":1162,"parentId":1001,"tags":{"name":"450.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":824,"timestamp":850863713,"id":1163,"parentId":1001,"tags":{"name":"2816.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":823,"timestamp":850863715,"id":1164,"parentId":1001,"tags":{"name":"7685.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":822,"timestamp":850863717,"id":1165,"parentId":1001,"tags":{"name":"3440.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":820,"timestamp":850863720,"id":1166,"parentId":1001,"tags":{"name":"1162.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":819,"timestamp":850863722,"id":1167,"parentId":1001,"tags":{"name":"5571.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":818,"timestamp":850863724,"id":1168,"parentId":1001,"tags":{"name":"6285.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":817,"timestamp":850863726,"id":1169,"parentId":1001,"tags":{"name":"8098.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":816,"timestamp":850863728,"id":1170,"parentId":1001,"tags":{"name":"2560.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":814,"timestamp":850863731,"id":1171,"parentId":1001,"tags":{"name":"1825.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":813,"timestamp":850863733,"id":1172,"parentId":1001,"tags":{"name":"6159.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":811,"timestamp":850863736,"id":1173,"parentId":1001,"tags":{"name":"3346.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":810,"timestamp":850863738,"id":1174,"parentId":1001,"tags":{"name":"9328.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":808,"timestamp":850863740,"id":1175,"parentId":1001,"tags":{"name":"1262.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":806,"timestamp":850863743,"id":1176,"parentId":1001,"tags":{"name":"6072.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":805,"timestamp":850863746,"id":1177,"parentId":1001,"tags":{"name":"9358.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":804,"timestamp":850863748,"id":1178,"parentId":1001,"tags":{"name":"1296.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":802,"timestamp":850863751,"id":1179,"parentId":1001,"tags":{"name":"3722.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":801,"timestamp":850863753,"id":1180,"parentId":1001,"tags":{"name":"8356.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":799,"timestamp":850863756,"id":1181,"parentId":1001,"tags":{"name":"7941.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":797,"timestamp":850863758,"id":1182,"parentId":1001,"tags":{"name":"9211.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":796,"timestamp":850863761,"id":1183,"parentId":1001,"tags":{"name":"5064.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":794,"timestamp":850863763,"id":1184,"parentId":1001,"tags":{"name":"22.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":793,"timestamp":850863766,"id":1185,"parentId":1001,"tags":{"name":"5220.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":790,"timestamp":850863769,"id":1186,"parentId":1001,"tags":{"name":"3480.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":789,"timestamp":850863771,"id":1187,"parentId":1001,"tags":{"name":"6781.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":788,"timestamp":850863773,"id":1188,"parentId":1001,"tags":{"name":"3241.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":786,"timestamp":850863776,"id":1189,"parentId":1001,"tags":{"name":"2759.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":785,"timestamp":850863778,"id":1190,"parentId":1001,"tags":{"name":"2839.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":784,"timestamp":850863781,"id":1191,"parentId":1001,"tags":{"name":"9508.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":782,"timestamp":850863783,"id":1192,"parentId":1001,"tags":{"name":"1331.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":780,"timestamp":850863786,"id":1193,"parentId":1001,"tags":{"name":"641.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":779,"timestamp":850863788,"id":1194,"parentId":1001,"tags":{"name":"6919.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":777,"timestamp":850863791,"id":1195,"parentId":1001,"tags":{"name":"1356.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":776,"timestamp":850863793,"id":1196,"parentId":1001,"tags":{"name":"1503.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":774,"timestamp":850863795,"id":1197,"parentId":1001,"tags":{"name":"1634.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":772,"timestamp":850863799,"id":1198,"parentId":1001,"tags":{"name":"1366.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":771,"timestamp":850863801,"id":1199,"parentId":1001,"tags":{"name":"6015.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":769,"timestamp":850863804,"id":1200,"parentId":1001,"tags":{"name":"3708.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":768,"timestamp":850863806,"id":1201,"parentId":1001,"tags":{"name":"7587.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":766,"timestamp":850863809,"id":1202,"parentId":1001,"tags":{"name":"3736.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":765,"timestamp":850863811,"id":1203,"parentId":1001,"tags":{"name":"4689.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":764,"timestamp":850863813,"id":1204,"parentId":1001,"tags":{"name":"5326.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":762,"timestamp":850863816,"id":1205,"parentId":1001,"tags":{"name":"180.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":761,"timestamp":850863818,"id":1206,"parentId":1001,"tags":{"name":"120.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":759,"timestamp":850863821,"id":1207,"parentId":1001,"tags":{"name":"7593.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":758,"timestamp":850863823,"id":1208,"parentId":1001,"tags":{"name":"8543.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":756,"timestamp":850863826,"id":1209,"parentId":1001,"tags":{"name":"5611.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":755,"timestamp":850863829,"id":1210,"parentId":1001,"tags":{"name":"9067.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":753,"timestamp":850863831,"id":1211,"parentId":1001,"tags":{"name":"7970.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":751,"timestamp":850863834,"id":1212,"parentId":1001,"tags":{"name":"8807.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":749,"timestamp":850863837,"id":1213,"parentId":1001,"tags":{"name":"406.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":747,"timestamp":850863840,"id":1214,"parentId":1001,"tags":{"name":"6065.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":745,"timestamp":850863842,"id":1215,"parentId":1001,"tags":{"name":"5164.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":744,"timestamp":850863844,"id":1216,"parentId":1001,"tags":{"name":"4423.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":742,"timestamp":850863847,"id":1217,"parentId":1001,"tags":{"name":"1538.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":740,"timestamp":850863850,"id":1218,"parentId":1001,"tags":{"name":"3292.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":738,"timestamp":850863852,"id":1219,"parentId":1001,"tags":{"name":"4565.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":737,"timestamp":850863855,"id":1220,"parentId":1001,"tags":{"name":"1239.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":735,"timestamp":850863857,"id":1221,"parentId":1001,"tags":{"name":"9051.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":734,"timestamp":850863860,"id":1222,"parentId":1001,"tags":{"name":"1719.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"}]
|
|
5
|
-
[{"name":"minify-js","duration":796,"timestamp":850863862,"id":1223,"parentId":1001,"tags":{"name":"9284.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":795,"timestamp":850863864,"id":1224,"parentId":1001,"tags":{"name":"7472.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":793,"timestamp":850863867,"id":1225,"parentId":1001,"tags":{"name":"5017.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":792,"timestamp":850863869,"id":1226,"parentId":1001,"tags":{"name":"467.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":791,"timestamp":850863872,"id":1227,"parentId":1001,"tags":{"name":"1601.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":789,"timestamp":850863874,"id":1228,"parentId":1001,"tags":{"name":"552.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":787,"timestamp":850863876,"id":1229,"parentId":1001,"tags":{"name":"9123.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":786,"timestamp":850863879,"id":1230,"parentId":1001,"tags":{"name":"2328.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":785,"timestamp":850863881,"id":1231,"parentId":1001,"tags":{"name":"5456.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":783,"timestamp":850863884,"id":1232,"parentId":1001,"tags":{"name":"5089.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":782,"timestamp":850863886,"id":1233,"parentId":1001,"tags":{"name":"8536.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":781,"timestamp":850863888,"id":1234,"parentId":1001,"tags":{"name":"880.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":780,"timestamp":850863891,"id":1235,"parentId":1001,"tags":{"name":"2710.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":778,"timestamp":850863894,"id":1236,"parentId":1001,"tags":{"name":"4905.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":776,"timestamp":850863896,"id":1237,"parentId":1001,"tags":{"name":"5048.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":775,"timestamp":850863899,"id":1238,"parentId":1001,"tags":{"name":"2689.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":773,"timestamp":850863901,"id":1239,"parentId":1001,"tags":{"name":"9360.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":772,"timestamp":850863903,"id":1240,"parentId":1001,"tags":{"name":"2546.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":771,"timestamp":850863906,"id":1241,"parentId":1001,"tags":{"name":"1068.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":769,"timestamp":850863908,"id":1242,"parentId":1001,"tags":{"name":"9373.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":767,"timestamp":850863911,"id":1243,"parentId":1001,"tags":{"name":"6274.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":766,"timestamp":850863913,"id":1244,"parentId":1001,"tags":{"name":"5354.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":764,"timestamp":850863916,"id":1245,"parentId":1001,"tags":{"name":"6130.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":762,"timestamp":850863918,"id":1246,"parentId":1001,"tags":{"name":"5737.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":760,"timestamp":850863921,"id":1247,"parentId":1001,"tags":{"name":"1029.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":759,"timestamp":850863923,"id":1248,"parentId":1001,"tags":{"name":"28.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":758,"timestamp":850863926,"id":1249,"parentId":1001,"tags":{"name":"6401.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":756,"timestamp":850863928,"id":1250,"parentId":1001,"tags":{"name":"9938.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":754,"timestamp":850863931,"id":1251,"parentId":1001,"tags":{"name":"8584.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":753,"timestamp":850863933,"id":1252,"parentId":1001,"tags":{"name":"2404.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":751,"timestamp":850863936,"id":1253,"parentId":1001,"tags":{"name":"848.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":749,"timestamp":850863938,"id":1254,"parentId":1001,"tags":{"name":"5998.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":747,"timestamp":850863941,"id":1255,"parentId":1001,"tags":{"name":"7506.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":746,"timestamp":850863943,"id":1256,"parentId":1001,"tags":{"name":"3417.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":744,"timestamp":850863946,"id":1257,"parentId":1001,"tags":{"name":"2515.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":739,"timestamp":850863952,"id":1258,"parentId":1001,"tags":{"name":"365.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":738,"timestamp":850863954,"id":1259,"parentId":1001,"tags":{"name":"4393.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":737,"timestamp":850863956,"id":1260,"parentId":1001,"tags":{"name":"4444.js","cache":"HIT"},"startTime":1787546563197,"traceId":"931de1e64781d7e8"},{"name":"minify-webpack-plugin-optimize","duration":19176,"timestamp":850845602,"id":1001,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1787546563179,"traceId":"931de1e64781d7e8"},{"name":"css-minimizer-plugin","duration":147,"timestamp":850864907,"id":1261,"parentId":19,"tags":{},"startTime":1787546563198,"traceId":"931de1e64781d7e8"},{"name":"create-trace-assets","duration":66345,"timestamp":850865236,"id":1262,"parentId":20,"tags":{},"startTime":1787546563198,"traceId":"931de1e64781d7e8"},{"name":"seal","duration":1005336,"timestamp":849972710,"id":988,"parentId":19,"tags":{},"startTime":1787546562306,"traceId":"931de1e64781d7e8"},{"name":"webpack-compilation","duration":15792607,"timestamp":835289597,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1787546547623,"traceId":"931de1e64781d7e8"},{"name":"emit","duration":46650,"timestamp":851082720,"id":1263,"parentId":16,"tags":{},"startTime":1787546563416,"traceId":"931de1e64781d7e8"},{"name":"webpack-close","duration":745,"timestamp":851135039,"id":1264,"parentId":16,"tags":{"name":"server"},"startTime":1787546563468,"traceId":"931de1e64781d7e8"},{"name":"webpack-generate-error-stats","duration":1881,"timestamp":851135826,"id":1265,"parentId":1264,"tags":{},"startTime":1787546563469,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":75533,"timestamp":851145690,"id":1268,"parentId":1267,"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":1787546563479,"traceId":"931de1e64781d7e8"},{"name":"make","duration":75889,"timestamp":851145618,"id":1267,"parentId":1266,"tags":{},"startTime":1787546563479,"traceId":"931de1e64781d7e8"},{"name":"chunk-graph","duration":1017,"timestamp":851227830,"id":1270,"parentId":1269,"tags":{},"startTime":1787546563561,"traceId":"931de1e64781d7e8"},{"name":"optimize-modules","duration":14,"timestamp":851228918,"id":1272,"parentId":1269,"tags":{},"startTime":1787546563562,"traceId":"931de1e64781d7e8"},{"name":"optimize-chunks","duration":520,"timestamp":851228995,"id":1273,"parentId":1269,"tags":{},"startTime":1787546563562,"traceId":"931de1e64781d7e8"},{"name":"optimize-tree","duration":10,"timestamp":851229562,"id":1274,"parentId":1269,"tags":{},"startTime":1787546563563,"traceId":"931de1e64781d7e8"},{"name":"optimize-chunk-modules","duration":2107,"timestamp":851229637,"id":1275,"parentId":1269,"tags":{},"startTime":1787546563563,"traceId":"931de1e64781d7e8"},{"name":"optimize","duration":2923,"timestamp":851228870,"id":1271,"parentId":1269,"tags":{},"startTime":1787546563562,"traceId":"931de1e64781d7e8"},{"name":"module-hash","duration":1810,"timestamp":851232461,"id":1276,"parentId":1269,"tags":{},"startTime":1787546563566,"traceId":"931de1e64781d7e8"},{"name":"code-generation","duration":123,"timestamp":851234289,"id":1277,"parentId":1269,"tags":{},"startTime":1787546563567,"traceId":"931de1e64781d7e8"},{"name":"hash","duration":1242,"timestamp":851235254,"id":1278,"parentId":1269,"tags":{},"startTime":1787546563568,"traceId":"931de1e64781d7e8"},{"name":"code-generation-jobs","duration":105,"timestamp":851236495,"id":1279,"parentId":1269,"tags":{},"startTime":1787546563570,"traceId":"931de1e64781d7e8"},{"name":"module-assets","duration":42,"timestamp":851236588,"id":1280,"parentId":1269,"tags":{},"startTime":1787546563570,"traceId":"931de1e64781d7e8"},{"name":"create-chunk-assets","duration":140,"timestamp":851236635,"id":1281,"parentId":1269,"tags":{},"startTime":1787546563570,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":34,"timestamp":851239714,"id":1283,"parentId":1282,"tags":{"name":"src/middleware.js","cache":"HIT"},"startTime":1787546563573,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":22,"timestamp":851239730,"id":1284,"parentId":1282,"tags":{"name":"edge-runtime-webpack.js","cache":"HIT"},"startTime":1787546563573,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":16,"timestamp":851239737,"id":1285,"parentId":1282,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1787546563573,"traceId":"931de1e64781d7e8"},{"name":"minify-webpack-plugin-optimize","duration":366,"timestamp":851239390,"id":1282,"parentId":1266,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1787546563573,"traceId":"931de1e64781d7e8"},{"name":"css-minimizer-plugin","duration":5,"timestamp":851239794,"id":1286,"parentId":1266,"tags":{},"startTime":1787546563573,"traceId":"931de1e64781d7e8"},{"name":"seal","duration":18842,"timestamp":851226217,"id":1269,"parentId":1266,"tags":{},"startTime":1787546563559,"traceId":"931de1e64781d7e8"},{"name":"webpack-compilation","duration":101166,"timestamp":851144086,"id":1266,"parentId":16,"tags":{"name":"edge-server"},"startTime":1787546563477,"traceId":"931de1e64781d7e8"},{"name":"emit","duration":2233,"timestamp":851245323,"id":1287,"parentId":16,"tags":{},"startTime":1787546563578,"traceId":"931de1e64781d7e8"},{"name":"webpack-close","duration":171,"timestamp":851247797,"id":1288,"parentId":16,"tags":{"name":"edge-server"},"startTime":1787546563581,"traceId":"931de1e64781d7e8"},{"name":"webpack-generate-error-stats","duration":585,"timestamp":851247974,"id":1289,"parentId":1288,"tags":{},"startTime":1787546563581,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603082,"timestamp":851257388,"id":1303,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603093,"timestamp":851257391,"id":1304,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603094,"timestamp":851257393,"id":1305,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603094,"timestamp":851257395,"id":1306,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603093,"timestamp":851257399,"id":1307,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603094,"timestamp":851257401,"id":1308,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603094,"timestamp":851257403,"id":1309,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603094,"timestamp":851257406,"id":1310,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603094,"timestamp":851257408,"id":1311,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603097,"timestamp":851257410,"id":1312,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603089,"timestamp":851257420,"id":1313,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603089,"timestamp":851257422,"id":1314,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603089,"timestamp":851257425,"id":1315,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603091,"timestamp":851257426,"id":1316,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603090,"timestamp":851257428,"id":1317,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603090,"timestamp":851257431,"id":1318,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603090,"timestamp":851257433,"id":1319,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603090,"timestamp":851257435,"id":1320,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603090,"timestamp":851257437,"id":1321,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603090,"timestamp":851257439,"id":1322,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603090,"timestamp":851257441,"id":1323,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603091,"timestamp":851257442,"id":1324,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603090,"timestamp":851257445,"id":1325,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603090,"timestamp":851257447,"id":1326,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603090,"timestamp":851257449,"id":1327,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603090,"timestamp":851257451,"id":1328,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603091,"timestamp":851257453,"id":1329,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603091,"timestamp":851257455,"id":1330,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603091,"timestamp":851257457,"id":1331,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603091,"timestamp":851257459,"id":1332,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603091,"timestamp":851257460,"id":1333,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"}]
|
|
6
|
-
[{"name":"add-entry","duration":603236,"timestamp":851257462,"id":1334,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603238,"timestamp":851257464,"id":1335,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603240,"timestamp":851257466,"id":1336,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603240,"timestamp":851257468,"id":1337,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603241,"timestamp":851257469,"id":1338,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603242,"timestamp":851257471,"id":1339,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603243,"timestamp":851257473,"id":1340,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603244,"timestamp":851257474,"id":1341,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603245,"timestamp":851257476,"id":1342,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603246,"timestamp":851257478,"id":1343,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603246,"timestamp":851257480,"id":1344,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603247,"timestamp":851257482,"id":1345,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603248,"timestamp":851257484,"id":1346,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603248,"timestamp":851257486,"id":1347,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603249,"timestamp":851257488,"id":1348,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603250,"timestamp":851257490,"id":1349,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603251,"timestamp":851257492,"id":1350,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603252,"timestamp":851257494,"id":1351,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603253,"timestamp":851257496,"id":1352,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603254,"timestamp":851257498,"id":1353,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603255,"timestamp":851257500,"id":1354,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603255,"timestamp":851257502,"id":1355,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603256,"timestamp":851257503,"id":1356,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603255,"timestamp":851257506,"id":1357,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603255,"timestamp":851257509,"id":1358,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603256,"timestamp":851257511,"id":1359,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603258,"timestamp":851257513,"id":1360,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603258,"timestamp":851257515,"id":1361,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603258,"timestamp":851257517,"id":1362,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603258,"timestamp":851257519,"id":1363,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603257,"timestamp":851257521,"id":1364,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603258,"timestamp":851257523,"id":1365,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603258,"timestamp":851257525,"id":1366,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603258,"timestamp":851257527,"id":1367,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603258,"timestamp":851257529,"id":1368,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603258,"timestamp":851257531,"id":1369,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603258,"timestamp":851257533,"id":1370,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603258,"timestamp":851257535,"id":1371,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603258,"timestamp":851257537,"id":1372,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603258,"timestamp":851257538,"id":1373,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603258,"timestamp":851257540,"id":1374,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603255,"timestamp":851257544,"id":1375,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603255,"timestamp":851257546,"id":1376,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603255,"timestamp":851257548,"id":1377,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603255,"timestamp":851257550,"id":1378,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603254,"timestamp":851257551,"id":1379,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603254,"timestamp":851257553,"id":1380,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603253,"timestamp":851257556,"id":1381,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603253,"timestamp":851257558,"id":1382,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603252,"timestamp":851257560,"id":1383,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603252,"timestamp":851257561,"id":1384,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603251,"timestamp":851257563,"id":1385,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603251,"timestamp":851257566,"id":1386,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603250,"timestamp":851257567,"id":1387,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603250,"timestamp":851257569,"id":1388,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603250,"timestamp":851257571,"id":1389,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603250,"timestamp":851257573,"id":1390,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603249,"timestamp":851257575,"id":1391,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603249,"timestamp":851257577,"id":1392,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603249,"timestamp":851257579,"id":1393,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603249,"timestamp":851257581,"id":1394,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603248,"timestamp":851257583,"id":1395,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603248,"timestamp":851257584,"id":1396,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603247,"timestamp":851257586,"id":1397,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603247,"timestamp":851257588,"id":1398,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603246,"timestamp":851257590,"id":1399,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603245,"timestamp":851257592,"id":1400,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603245,"timestamp":851257594,"id":1401,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603245,"timestamp":851257596,"id":1402,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603244,"timestamp":851257598,"id":1403,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603244,"timestamp":851257600,"id":1404,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603243,"timestamp":851257602,"id":1405,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603242,"timestamp":851257604,"id":1406,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603242,"timestamp":851257606,"id":1407,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603242,"timestamp":851257608,"id":1408,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603241,"timestamp":851257610,"id":1409,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603241,"timestamp":851257611,"id":1410,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603241,"timestamp":851257613,"id":1411,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603240,"timestamp":851257615,"id":1412,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603239,"timestamp":851257618,"id":1413,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603239,"timestamp":851257620,"id":1414,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603239,"timestamp":851257622,"id":1415,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603238,"timestamp":851257624,"id":1416,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603238,"timestamp":851257625,"id":1417,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603238,"timestamp":851257627,"id":1418,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603237,"timestamp":851257629,"id":1419,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603237,"timestamp":851257631,"id":1420,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603234,"timestamp":851257635,"id":1421,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603232,"timestamp":851257638,"id":1422,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603231,"timestamp":851257641,"id":1423,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603231,"timestamp":851257642,"id":1424,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603230,"timestamp":851257644,"id":1425,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603230,"timestamp":851257646,"id":1426,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603230,"timestamp":851257648,"id":1427,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603229,"timestamp":851257649,"id":1428,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603229,"timestamp":851257652,"id":1429,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603229,"timestamp":851257653,"id":1430,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603228,"timestamp":851257655,"id":1431,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603228,"timestamp":851257657,"id":1432,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":603193,"timestamp":851257694,"id":1449,"parentId":1291,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":673066,"timestamp":851257359,"id":1295,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"}]
|
|
7
|
-
[{"name":"add-entry","duration":701645,"timestamp":851257372,"id":1299,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":703894,"timestamp":851257383,"id":1301,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":754068,"timestamp":851257362,"id":1296,"parentId":1291,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":754080,"timestamp":851257368,"id":1298,"parentId":1291,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":754089,"timestamp":851257365,"id":1297,"parentId":1291,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":754159,"timestamp":851257303,"id":1292,"parentId":1291,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1787546563590,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":754117,"timestamp":851257356,"id":1294,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":754137,"timestamp":851257343,"id":1293,"parentId":1291,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":888746,"timestamp":851257671,"id":1438,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":888733,"timestamp":851257702,"id":1453,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":889065,"timestamp":851257376,"id":1300,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":990386,"timestamp":851257386,"id":1302,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":990132,"timestamp":851257660,"id":1433,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":990133,"timestamp":851257664,"id":1435,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":990125,"timestamp":851257675,"id":1440,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":990124,"timestamp":851257679,"id":1442,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":990118,"timestamp":851257687,"id":1446,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":990113,"timestamp":851257696,"id":1450,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":1063103,"timestamp":851257662,"id":1434,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":1063115,"timestamp":851257673,"id":1439,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":1063117,"timestamp":851257677,"id":1441,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":1063114,"timestamp":851257685,"id":1445,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":1063112,"timestamp":851257692,"id":1448,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":1077972,"timestamp":851257666,"id":1436,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":1077992,"timestamp":851257669,"id":1437,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":1077987,"timestamp":851257681,"id":1443,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":1077986,"timestamp":851257689,"id":1447,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":1077984,"timestamp":851257698,"id":1451,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":1472338,"timestamp":851257683,"id":1444,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"add-entry","duration":1472342,"timestamp":851257700,"id":1452,"parentId":1291,"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":1787546563591,"traceId":"931de1e64781d7e8"},{"name":"make","duration":1473043,"timestamp":851257096,"id":1291,"parentId":1290,"tags":{},"startTime":1787546563590,"traceId":"931de1e64781d7e8"},{"name":"chunk-graph","duration":59497,"timestamp":852886236,"id":1455,"parentId":1454,"tags":{},"startTime":1787546565219,"traceId":"931de1e64781d7e8"},{"name":"optimize-modules","duration":10,"timestamp":852945801,"id":1457,"parentId":1454,"tags":{},"startTime":1787546565279,"traceId":"931de1e64781d7e8"},{"name":"optimize-chunks","duration":69908,"timestamp":852954261,"id":1459,"parentId":1454,"tags":{},"startTime":1787546565287,"traceId":"931de1e64781d7e8"},{"name":"optimize-tree","duration":10,"timestamp":853024233,"id":1460,"parentId":1454,"tags":{},"startTime":1787546565357,"traceId":"931de1e64781d7e8"},{"name":"optimize-chunk-modules","duration":95128,"timestamp":853024269,"id":1461,"parentId":1454,"tags":{},"startTime":1787546565357,"traceId":"931de1e64781d7e8"},{"name":"optimize","duration":173661,"timestamp":852945777,"id":1456,"parentId":1454,"tags":{},"startTime":1787546565279,"traceId":"931de1e64781d7e8"},{"name":"module-hash","duration":57105,"timestamp":853197285,"id":1462,"parentId":1454,"tags":{},"startTime":1787546565530,"traceId":"931de1e64781d7e8"},{"name":"code-generation","duration":9869,"timestamp":853254428,"id":1463,"parentId":1454,"tags":{},"startTime":1787546565588,"traceId":"931de1e64781d7e8"},{"name":"hash","duration":16189,"timestamp":853270424,"id":1464,"parentId":1454,"tags":{},"startTime":1787546565604,"traceId":"931de1e64781d7e8"},{"name":"code-generation-jobs","duration":239,"timestamp":853286612,"id":1465,"parentId":1454,"tags":{},"startTime":1787546565620,"traceId":"931de1e64781d7e8"},{"name":"module-assets","duration":1571,"timestamp":853286759,"id":1466,"parentId":1454,"tags":{},"startTime":1787546565620,"traceId":"931de1e64781d7e8"},{"name":"create-chunk-assets","duration":5396,"timestamp":853288344,"id":1467,"parentId":1454,"tags":{},"startTime":1787546565622,"traceId":"931de1e64781d7e8"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1154,"timestamp":853296762,"id":1469,"parentId":1290,"tags":{},"startTime":1787546565630,"traceId":"931de1e64781d7e8"},{"name":"NextJsBuildManifest-createassets","duration":1891,"timestamp":853296037,"id":1468,"parentId":1290,"tags":{},"startTime":1787546565629,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1725,"timestamp":853308801,"id":1471,"parentId":1470,"tags":{"name":"static/chunks/main-539493b63abb15fd.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1708,"timestamp":853308825,"id":1472,"parentId":1470,"tags":{"name":"static/chunks/main-app-8d01cdae10986111.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1703,"timestamp":853308832,"id":1473,"parentId":1470,"tags":{"name":"static/chunks/app/_not-found/page-304751f8b3dbbabf.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1701,"timestamp":853308836,"id":1474,"parentId":1470,"tags":{"name":"static/chunks/pages/_app-4600827deac7eb97.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1699,"timestamp":853308840,"id":1475,"parentId":1470,"tags":{"name":"static/chunks/pages/_error-aaa1b9f547e6bfb4.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1695,"timestamp":853308845,"id":1476,"parentId":1470,"tags":{"name":"static/chunks/app/global-error-ffd25ce4df4512bc.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1692,"timestamp":853308850,"id":1477,"parentId":1470,"tags":{"name":"static/chunks/app/layout-2a97a0b229cdb392.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1690,"timestamp":853308853,"id":1478,"parentId":1470,"tags":{"name":"static/chunks/app/error-995a8a26fff05ddd.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1686,"timestamp":853308858,"id":1479,"parentId":1470,"tags":{"name":"static/chunks/app/loading-a7635442ff41828d.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1685,"timestamp":853308862,"id":1480,"parentId":1470,"tags":{"name":"static/chunks/app/api/assistant/conversation/route-cad729da24b2a57e.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1682,"timestamp":853308866,"id":1481,"parentId":1470,"tags":{"name":"static/chunks/app/api/assistant/current-output/route-525de7bf5944a403.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1680,"timestamp":853308869,"id":1482,"parentId":1470,"tags":{"name":"static/chunks/app/api/assistant/messages/route-74554bd028daeed9.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1679,"timestamp":853308872,"id":1483,"parentId":1470,"tags":{"name":"static/chunks/app/api/assistant/session/route-a7b462bcb33a1949.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1676,"timestamp":853308877,"id":1484,"parentId":1470,"tags":{"name":"static/chunks/app/api/assistant/start/route-3d18a4e8c12b8315.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1674,"timestamp":853308880,"id":1485,"parentId":1470,"tags":{"name":"static/chunks/app/api/assistant/terminal/route-d7a04dd1b7c4a997.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1673,"timestamp":853308884,"id":1486,"parentId":1470,"tags":{"name":"static/chunks/app/api/auth/logout/route-767d132df11a4469.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1670,"timestamp":853308888,"id":1487,"parentId":1470,"tags":{"name":"static/chunks/app/api/assistant/tools/route-9990048ab05d2b9b.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1668,"timestamp":853308891,"id":1488,"parentId":1470,"tags":{"name":"static/chunks/app/api/auth/login/route-930246997dde12c6.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1666,"timestamp":853308895,"id":1489,"parentId":1470,"tags":{"name":"static/chunks/app/api/daily-summary/route-b28be0284ad64ba9.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1665,"timestamp":853308899,"id":1490,"parentId":1470,"tags":{"name":"static/chunks/app/api/hooks/agent-event/route-192e14481f4a8d73.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1663,"timestamp":853308901,"id":1491,"parentId":1470,"tags":{"name":"static/chunks/app/api/hooks/claude-done/route-feb22b04a74fa601.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1660,"timestamp":853308905,"id":1492,"parentId":1470,"tags":{"name":"static/chunks/app/api/hooks/permission-request/route-e240f632a0802606.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1658,"timestamp":853308909,"id":1493,"parentId":1470,"tags":{"name":"static/chunks/app/api/metrics/vibe/route-56f367094ea63323.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1657,"timestamp":853308912,"id":1494,"parentId":1470,"tags":{"name":"static/chunks/app/api/ollama/models/route-beb4fd884f2685c9.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1655,"timestamp":853308916,"id":1495,"parentId":1470,"tags":{"name":"static/chunks/app/api/repositories/[id]/route-ad24c3b526044428.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1653,"timestamp":853308919,"id":1496,"parentId":1470,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/[todoId]/route-5f71bed3cd186139.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1651,"timestamp":853308923,"id":1497,"parentId":1470,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/route-52f0b1bec72dac93.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1649,"timestamp":853308926,"id":1498,"parentId":1470,"tags":{"name":"static/chunks/app/api/repositories/clone/[jobId]/route-d6f944b1e26f60f9.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1647,"timestamp":853308930,"id":1499,"parentId":1470,"tags":{"name":"static/chunks/app/api/repositories/clone/route-7f157e7d6f25d4c7.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1644,"timestamp":853308934,"id":1500,"parentId":1470,"tags":{"name":"static/chunks/app/api/repositories/restore/route-da2cf3eb74007f83.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1641,"timestamp":853308938,"id":1501,"parentId":1470,"tags":{"name":"static/chunks/app/api/repositories/excluded/route-037c334304a2f5c8.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1639,"timestamp":853308943,"id":1502,"parentId":1470,"tags":{"name":"static/chunks/app/api/repositories/route-fa7b0b8ddc3a3b02.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1636,"timestamp":853308947,"id":1503,"parentId":1470,"tags":{"name":"static/chunks/app/api/repositories/scan/route-d4093855673e588a.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1634,"timestamp":853308950,"id":1504,"parentId":1470,"tags":{"name":"static/chunks/app/api/repositories/sync/route-e0ecc0490d76c915.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1632,"timestamp":853308954,"id":1505,"parentId":1470,"tags":{"name":"static/chunks/app/api/slash-commands/route-bc2fb0dd13e27b3e.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1630,"timestamp":853308958,"id":1506,"parentId":1470,"tags":{"name":"static/chunks/app/api/tasks/[taskId]/route-5cea341ddd541d5e.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1629,"timestamp":853308961,"id":1507,"parentId":1470,"tags":{"name":"static/chunks/app/api/tasks/[taskId]/cancel/route-752a53eae9315661.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1626,"timestamp":853308965,"id":1508,"parentId":1470,"tags":{"name":"static/chunks/app/api/templates/[id]/route-c0782acc700ce9da.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1625,"timestamp":853308968,"id":1509,"parentId":1470,"tags":{"name":"static/chunks/app/api/templates/route-8432100c7f460204.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1623,"timestamp":853308971,"id":1510,"parentId":1470,"tags":{"name":"static/chunks/app/api/verification/runs/[runId]/route-83799b94e391e1e4.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1620,"timestamp":853308976,"id":1511,"parentId":1470,"tags":{"name":"static/chunks/app/api/verification/runs/route-f64ef542087e92cb.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1618,"timestamp":853308979,"id":1512,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/auto-yes/route-53d3d1df98f2b5ac.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1615,"timestamp":853308983,"id":1513,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/capture/route-1e6cb22d7e9d3c4a.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1613,"timestamp":853308987,"id":1514,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/clear-composer/route-cdc5a2bad1a98e24.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1611,"timestamp":853308989,"id":1515,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cli-tool/route-7adfcab8e0ccfb80.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1608,"timestamp":853308994,"id":1516,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cmate/schedules/route-8b122f8fa3c18913.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1607,"timestamp":853308997,"id":1517,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/current-output/route-d0dbd6e5d4130661.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1592,"timestamp":853309013,"id":1518,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-bf1e31d6cd6d4b09.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1589,"timestamp":853309018,"id":1519,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/env/route-f41008bf9fe868e7.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1587,"timestamp":853309022,"id":1520,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/route-c6b767f0a8812e69.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1585,"timestamp":853309026,"id":1521,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/create/route-93c762b627b210ea.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1583,"timestamp":853309029,"id":1522,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/files/[...path]/route-d9493e9848aca887.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1582,"timestamp":853309032,"id":1523,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/delete/route-537dd1b17f67b237.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1579,"timestamp":853309036,"id":1524,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/checkout/route-8b6aed4e3f18da4c.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1578,"timestamp":853309039,"id":1525,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/commit/route-e3146e84384ae420.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1577,"timestamp":853309043,"id":1526,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branches/route-efcd316e88a56b22.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"}]
|
|
8
|
-
[{"name":"minify-js","duration":1766,"timestamp":853309047,"id":1527,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/diff/route-70c1817f362bcbb6.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1765,"timestamp":853309050,"id":1528,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/fetch/route-2a7e5bf89d06a04c.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1763,"timestamp":853309055,"id":1529,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/log/route-3b3fe0c4ca713b15.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1761,"timestamp":853309058,"id":1530,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/pull/route-384b7b5900863a58.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1759,"timestamp":853309061,"id":1531,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/push/route-fed73ef05e650ee8.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1757,"timestamp":853309065,"id":1532,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/reset/route-5b15407d4126ceb6.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1756,"timestamp":853309069,"id":1533,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/revert/route-3f3e07c571fedab6.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1753,"timestamp":853309073,"id":1534,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stage/route-d1bff64dbcd744d3.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1725,"timestamp":853309102,"id":1535,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-a68dca476cdb154b.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1721,"timestamp":853309108,"id":1536,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/staged/route-7cfa57331bdacd91.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1715,"timestamp":853309115,"id":1537,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-df4bd215201ee049.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1711,"timestamp":853309120,"id":1538,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/apply/route-0656a10f307ab8aa.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1706,"timestamp":853309127,"id":1539,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/pop/route-008558c4dd265a3c.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1702,"timestamp":853309133,"id":1540,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/push/route-b2100d23e1f5da13.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1698,"timestamp":853309138,"id":1541,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/route-59e287f361ff75aa.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1693,"timestamp":853309144,"id":1542,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/unstage/route-41c52757e6f37410.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1690,"timestamp":853309149,"id":1543,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/status/route-c8603600de56f697.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1686,"timestamp":853309154,"id":1544,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/working-diff/route-c4e1ca7aa3a18cd9.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1681,"timestamp":853309161,"id":1545,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/interrupt/route-c9e97d00d38153a8.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1678,"timestamp":853309167,"id":1546,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/kill-session/route-0d98c63effbbe8b7.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1674,"timestamp":853309173,"id":1547,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/marp-render/route-1065d0205aca784a.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1670,"timestamp":853309178,"id":1548,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-90e3acfd0f4cded2.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1667,"timestamp":853309183,"id":1549,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/route-1e612f10a1e334cd.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1662,"timestamp":853309190,"id":1550,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/messages/route-43274603ccc22349.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1659,"timestamp":853309195,"id":1551,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/prompt-response/route-0e789bf2dca8c557.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1655,"timestamp":853309200,"id":1552,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/resolve-target/route-ac3f795f33125137.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1649,"timestamp":853309207,"id":1553,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/respond/route-485d502257e1f9be.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1645,"timestamp":853309213,"id":1554,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-cf917567b4ffab6e.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1640,"timestamp":853309219,"id":1555,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/route-ab745d50c08d2873.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1636,"timestamp":853309224,"id":1556,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/active/route-b18346da8344cc17.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1633,"timestamp":853309230,"id":1557,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/route-d7025d193bd1634a.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1628,"timestamp":853309235,"id":1558,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/search/route-08c67d3f49ef72ab.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1624,"timestamp":853309240,"id":1559,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/send/route-ff260ef8834e35f1.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1621,"timestamp":853309245,"id":1560,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/slash-commands/route-1f46c0254cb35a6e.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1616,"timestamp":853309252,"id":1561,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/special-keys/route-151c192e780b4718.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1612,"timestamp":853309258,"id":1562,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/start-polling/route-c69c40fd67e90bcc.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1606,"timestamp":853309265,"id":1563,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tasks/route-1c1acb2cb2be448c.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1602,"timestamp":853309270,"id":1564,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/terminal/route-052c330213613600.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1598,"timestamp":853309276,"id":1565,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/history/route-6568c82206d1db3f.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1593,"timestamp":853309282,"id":1566,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/route-aad5b34672e490e5.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1588,"timestamp":853309288,"id":1567,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-54e64ff0f32489f6.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1585,"timestamp":853309293,"id":1568,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/route-c10398f1aa13b1e3.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1581,"timestamp":853309299,"id":1569,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/[...path]/route-eba6789a946d51ca.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1576,"timestamp":853309305,"id":1570,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/route-39a1507ce5dfafa9.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1572,"timestamp":853309311,"id":1571,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/upload/[...path]/route-d75a59ae12553fd8.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1568,"timestamp":853309316,"id":1572,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/route-426b766c44e175c7.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1565,"timestamp":853309322,"id":1573,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/route-99c81c6ee2eb46c3.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1561,"timestamp":853309328,"id":1574,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/runs/route-07640bf1e60db293.js","cache":"HIT"},"startTime":1787546565642,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1557,"timestamp":853309333,"id":1575,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/viewed/route-c98b4735dbd44f32.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1554,"timestamp":853309338,"id":1576,"parentId":1470,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-25471663cd5bc9e3.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1549,"timestamp":853309344,"id":1577,"parentId":1470,"tags":{"name":"static/chunks/app/api/app/update-check/route-0eea1d17e11204a3.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1546,"timestamp":853309349,"id":1578,"parentId":1470,"tags":{"name":"static/chunks/app/api/auth/status/route-f6a4e6a9b6cbe9ad.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1541,"timestamp":853309355,"id":1579,"parentId":1470,"tags":{"name":"static/chunks/app/api/app/update/route-12315e2511b71755.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1537,"timestamp":853309360,"id":1580,"parentId":1470,"tags":{"name":"static/chunks/app/api/capabilities/route-9567adcf9ab0704c.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1533,"timestamp":853309367,"id":1581,"parentId":1470,"tags":{"name":"static/chunks/app/api/daily-summary/status/route-e8af9d48d94b0292.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1528,"timestamp":853309373,"id":1582,"parentId":1470,"tags":{"name":"static/chunks/app/api/external-apps/[id]/health/route-3a7a983bade75b78.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1524,"timestamp":853309379,"id":1583,"parentId":1470,"tags":{"name":"static/chunks/app/api/external-apps/route-22eb7f95d5a5fbb6.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1521,"timestamp":853309384,"id":1584,"parentId":1470,"tags":{"name":"static/chunks/app/api/fs/browse/route-236206f672e0777c.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1516,"timestamp":853309390,"id":1585,"parentId":1470,"tags":{"name":"static/chunks/app/api/fs/recent-paths/route-9fee7435c67d70d8.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1512,"timestamp":853309395,"id":1586,"parentId":1470,"tags":{"name":"static/chunks/app/api/external-apps/[id]/route-bedf881ec8d0a8dc.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1508,"timestamp":853309401,"id":1587,"parentId":1470,"tags":{"name":"static/chunks/app/api/push/vapid/route-3eedc2e9e53e8b3f.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1504,"timestamp":853309406,"id":1588,"parentId":1470,"tags":{"name":"static/chunks/app/api/push/escalation/route-1f3dcc4f8b70dc5b.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1501,"timestamp":853309411,"id":1589,"parentId":1470,"tags":{"name":"static/chunks/app/api/push/subscriptions/route-308486b110967a6a.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1496,"timestamp":853309417,"id":1590,"parentId":1470,"tags":{"name":"static/chunks/app/api/sidebar/group-order/route-9ba41f2c251df702.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1493,"timestamp":853309422,"id":1591,"parentId":1470,"tags":{"name":"static/chunks/app/api/skills/[id]/route-aa94608ae3e3fba5.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1490,"timestamp":853309427,"id":1592,"parentId":1470,"tags":{"name":"static/chunks/app/api/repositories/validate-path/route-886b2deb0a102b60.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1486,"timestamp":853309433,"id":1593,"parentId":1470,"tags":{"name":"static/chunks/app/api/skills/reindex/route-345b20c0673e7cf1.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1483,"timestamp":853309438,"id":1594,"parentId":1470,"tags":{"name":"static/chunks/app/api/skills/route-e0d0190abfa6fac4.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1479,"timestamp":853309444,"id":1595,"parentId":1470,"tags":{"name":"static/chunks/app/api/skills/installations/route-1e04af90a5e81170.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1475,"timestamp":853309450,"id":1596,"parentId":1470,"tags":{"name":"static/chunks/app/api/todos/route-51941d9749afb512.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1472,"timestamp":853309455,"id":1597,"parentId":1470,"tags":{"name":"static/chunks/app/api/skills/operations/route-1f005a9ca0b5aec9.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1468,"timestamp":853309461,"id":1598,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/route-b0035744e82f5adf.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1461,"timestamp":853309470,"id":1599,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/[filename]/route-d198788074cbb88f.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1453,"timestamp":853309480,"id":1600,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-50bf750caf7b345d.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1449,"timestamp":853309486,"id":1601,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-cf72bbbe183ebdb6.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1446,"timestamp":853309491,"id":1602,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-28834c2f52e3d192.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1440,"timestamp":853309498,"id":1603,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-ee350ff7e9c0d1a3.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1436,"timestamp":853309504,"id":1604,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/update-plan/route-3422274967b32bdd.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1433,"timestamp":853309508,"id":1605,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-a10946fd76736a83.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1428,"timestamp":853309514,"id":1606,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/route-b581fd957247c4ef.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1425,"timestamp":853309519,"id":1607,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/route-01ae08daba6df47c.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1421,"timestamp":853309525,"id":1608,"parentId":1470,"tags":{"name":"static/chunks/app/proxy/[...path]/route-7a426c3e026702ce.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1417,"timestamp":853309530,"id":1609,"parentId":1470,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/update/route-aa2124becf425575.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1414,"timestamp":853309536,"id":1610,"parentId":1470,"tags":{"name":"static/chunks/app/chat/loading-d434ee28efc4542b.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1409,"timestamp":853309542,"id":1611,"parentId":1470,"tags":{"name":"static/chunks/app/chat/page-0e9363d90fea386e.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1402,"timestamp":853309551,"id":1612,"parentId":1470,"tags":{"name":"static/chunks/app/more/loading-fd3a6ecce972c7ab.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1398,"timestamp":853309557,"id":1613,"parentId":1470,"tags":{"name":"static/chunks/app/more/page-45483eff08473a4d.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1394,"timestamp":853309562,"id":1614,"parentId":1470,"tags":{"name":"static/chunks/app/login/page-582a340532f1324b.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1391,"timestamp":853309567,"id":1615,"parentId":1470,"tags":{"name":"static/chunks/app/offline/page-b9127940b8a02099.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1387,"timestamp":853309572,"id":1616,"parentId":1470,"tags":{"name":"static/chunks/app/page-4ab6d8b145c8f9af.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1384,"timestamp":853309577,"id":1617,"parentId":1470,"tags":{"name":"static/chunks/app/repositories/loading-8fe44aade831ffaf.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1381,"timestamp":853309582,"id":1618,"parentId":1470,"tags":{"name":"static/chunks/app/repositories/page-322edc32c36173fe.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1377,"timestamp":853309587,"id":1619,"parentId":1470,"tags":{"name":"static/chunks/app/review/loading-8c56140c074acf04.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1373,"timestamp":853309592,"id":1620,"parentId":1470,"tags":{"name":"static/chunks/app/review/page-66c00e5943298a02.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1370,"timestamp":853309598,"id":1621,"parentId":1470,"tags":{"name":"static/chunks/app/skills/[skillId]/page-312149fe4c64a09e.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1366,"timestamp":853309603,"id":1622,"parentId":1470,"tags":{"name":"static/chunks/app/skills/installed/page-5d4563c24f7f4f97.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1363,"timestamp":853309608,"id":1623,"parentId":1470,"tags":{"name":"static/chunks/app/sessions/loading-330c917c3178d72e.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1359,"timestamp":853309615,"id":1624,"parentId":1470,"tags":{"name":"static/chunks/app/sessions/page-0ea68708a42d9c14.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1355,"timestamp":853309620,"id":1625,"parentId":1470,"tags":{"name":"static/chunks/app/skills/page-cf18b45d18ccbf5f.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1351,"timestamp":853309625,"id":1626,"parentId":1470,"tags":{"name":"static/chunks/app/worktrees/[id]/layout-c9a8eeb40646d60d.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1347,"timestamp":853309631,"id":1627,"parentId":1470,"tags":{"name":"static/chunks/app/worktrees/[id]/loading-dc4de5720f6ab5ff.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"}]
|
|
9
|
-
[{"name":"minify-js","duration":1478,"timestamp":853309636,"id":1628,"parentId":1470,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-2170ed9f890c8569.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1475,"timestamp":853309641,"id":1629,"parentId":1470,"tags":{"name":"static/chunks/app/worktrees/[id]/page-f5463c3be2c13e74.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1471,"timestamp":853309648,"id":1630,"parentId":1470,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-5abccb400bb72790.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1467,"timestamp":853309652,"id":1631,"parentId":1470,"tags":{"name":"static/chunks/webpack-290eef8fce21c130.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1463,"timestamp":853309658,"id":1632,"parentId":1470,"tags":{"name":"static/chunks/7229.916880a7075026ef.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1460,"timestamp":853309663,"id":1633,"parentId":1470,"tags":{"name":"static/chunks/3922.12970a1b9cc464e5.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1457,"timestamp":853309668,"id":1634,"parentId":1470,"tags":{"name":"static/chunks/953.ef4497e399601a97.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1452,"timestamp":853309675,"id":1635,"parentId":1470,"tags":{"name":"static/chunks/530.f3e15fed2b4d9622.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1447,"timestamp":853309681,"id":1636,"parentId":1470,"tags":{"name":"static/chunks/6271.792686b74945e8ec.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1443,"timestamp":853309687,"id":1637,"parentId":1470,"tags":{"name":"static/chunks/4378.9660630b193ad93a.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1438,"timestamp":853309693,"id":1638,"parentId":1470,"tags":{"name":"static/chunks/4943.65fe9b5a42528e95.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1434,"timestamp":853309699,"id":1639,"parentId":1470,"tags":{"name":"static/chunks/8923.fee092ea3f1183f4.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1429,"timestamp":853309705,"id":1640,"parentId":1470,"tags":{"name":"static/chunks/4937.dccf0357fecc5723.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1425,"timestamp":853309711,"id":1641,"parentId":1470,"tags":{"name":"static/chunks/4489.0d368cde1fb3357b.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1421,"timestamp":853309716,"id":1642,"parentId":1470,"tags":{"name":"static/chunks/5142.367bd3be117eed79.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1416,"timestamp":853309722,"id":1643,"parentId":1470,"tags":{"name":"static/chunks/2935.2ebbb100e3d43c64.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1412,"timestamp":853309728,"id":1644,"parentId":1470,"tags":{"name":"static/chunks/7732.341d025efb77d613.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1409,"timestamp":853309733,"id":1645,"parentId":1470,"tags":{"name":"static/chunks/2918.07ccdcb387059c26.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1405,"timestamp":853309739,"id":1646,"parentId":1470,"tags":{"name":"static/chunks/3862.537a6082bef9f803.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1402,"timestamp":853309744,"id":1647,"parentId":1470,"tags":{"name":"static/chunks/8706.a191055071758495.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1397,"timestamp":853309750,"id":1648,"parentId":1470,"tags":{"name":"static/chunks/4384.18b73d21bb82bbb3.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1393,"timestamp":853309755,"id":1649,"parentId":1470,"tags":{"name":"static/chunks/7528.6f2689bf02ee7e39.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1390,"timestamp":853309760,"id":1650,"parentId":1470,"tags":{"name":"static/chunks/7095.1a931e6913f28393.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1386,"timestamp":853309766,"id":1651,"parentId":1470,"tags":{"name":"static/chunks/6596.bb65008aa0ac68d6.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1383,"timestamp":853309771,"id":1652,"parentId":1470,"tags":{"name":"static/chunks/2311.498eabd1cf6b053c.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1378,"timestamp":853309777,"id":1653,"parentId":1470,"tags":{"name":"static/chunks/2156.9b99294d52c96d16.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1374,"timestamp":853309784,"id":1654,"parentId":1470,"tags":{"name":"static/chunks/2601.a828eccc4459dca1.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1370,"timestamp":853309789,"id":1655,"parentId":1470,"tags":{"name":"static/chunks/5694.201d0e2a5d98a3d6.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1365,"timestamp":853309795,"id":1656,"parentId":1470,"tags":{"name":"static/chunks/2789.211fa0f02c57b80f.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1361,"timestamp":853309800,"id":1657,"parentId":1470,"tags":{"name":"static/chunks/8871.d9339ecb3eb1391d.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1358,"timestamp":853309805,"id":1658,"parentId":1470,"tags":{"name":"static/chunks/7318.13546d24a16d19c8.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1352,"timestamp":853309811,"id":1659,"parentId":1470,"tags":{"name":"static/chunks/5222.70661c975007e6b1.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1348,"timestamp":853309817,"id":1660,"parentId":1470,"tags":{"name":"static/chunks/70.711e53c7c9f310df.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1345,"timestamp":853309822,"id":1661,"parentId":1470,"tags":{"name":"static/chunks/7295.98f5a5b75283c24e.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1341,"timestamp":853309827,"id":1662,"parentId":1470,"tags":{"name":"static/chunks/8339.0eec7dc6c4205f28.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1337,"timestamp":853309833,"id":1663,"parentId":1470,"tags":{"name":"static/chunks/5146.080c4cbbd65deea4.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1332,"timestamp":853309839,"id":1664,"parentId":1470,"tags":{"name":"static/chunks/282.5ed107c9ab46fa5f.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1328,"timestamp":853309844,"id":1665,"parentId":1470,"tags":{"name":"static/chunks/1345.6321ea113d5bede1.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1325,"timestamp":853309849,"id":1666,"parentId":1470,"tags":{"name":"static/chunks/5202.c595eef02cbf17a3.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1321,"timestamp":853309855,"id":1667,"parentId":1470,"tags":{"name":"static/chunks/9775.7f5ac34a0ad29393.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1318,"timestamp":853309860,"id":1668,"parentId":1470,"tags":{"name":"static/chunks/7968.4ca6adf1b5e72a04.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1315,"timestamp":853309864,"id":1669,"parentId":1470,"tags":{"name":"static/chunks/3389.491645b95208b655.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1311,"timestamp":853309869,"id":1670,"parentId":1470,"tags":{"name":"static/chunks/1394.8e56f315b770b4ef.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1307,"timestamp":853309874,"id":1671,"parentId":1470,"tags":{"name":"static/chunks/577.c5f69dfebe2d4d32.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1303,"timestamp":853309880,"id":1672,"parentId":1470,"tags":{"name":"static/chunks/2466.2d67cac2e3573f2a.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1300,"timestamp":853309884,"id":1673,"parentId":1470,"tags":{"name":"static/chunks/framework-38fa8b5af7d90358.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1297,"timestamp":853309889,"id":1674,"parentId":1470,"tags":{"name":"static/chunks/90542734.d8eec2a0f0f4cbd2.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1294,"timestamp":853309894,"id":1675,"parentId":1470,"tags":{"name":"static/chunks/2ff9d716.e3d80ce219276621.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1291,"timestamp":853309899,"id":1676,"parentId":1470,"tags":{"name":"static/chunks/af7f6608.5e51d05bf66c954d.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1288,"timestamp":853309904,"id":1677,"parentId":1470,"tags":{"name":"static/chunks/d3ac728e.46277dd0271c22bd.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1284,"timestamp":853309909,"id":1678,"parentId":1470,"tags":{"name":"static/chunks/4bd1b696-665cdfd6171c0dfe.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1281,"timestamp":853309914,"id":1679,"parentId":1470,"tags":{"name":"static/chunks/30d07d85.eda90ffd1f72af84.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1276,"timestamp":853309920,"id":1680,"parentId":1470,"tags":{"name":"static/chunks/6809-ea0b73285ee2d5b8.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1272,"timestamp":853309926,"id":1681,"parentId":1470,"tags":{"name":"static/chunks/4909-29e7375ee477be0e.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1269,"timestamp":853309931,"id":1682,"parentId":1470,"tags":{"name":"static/chunks/2770-88afd26d68c8f149.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1264,"timestamp":853309938,"id":1683,"parentId":1470,"tags":{"name":"static/chunks/790-91e4cc5255faf403.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1260,"timestamp":853309943,"id":1684,"parentId":1470,"tags":{"name":"static/chunks/4974-8a5cd7ac3ab8bc7e.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1256,"timestamp":853309949,"id":1685,"parentId":1470,"tags":{"name":"static/chunks/4459.4838a33157fb1a62.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1252,"timestamp":853309955,"id":1686,"parentId":1470,"tags":{"name":"static/chunks/4290.179b03a83a774748.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1249,"timestamp":853309960,"id":1687,"parentId":1470,"tags":{"name":"static/chunks/8566-6907d69a61abbfdd.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1244,"timestamp":853309967,"id":1688,"parentId":1470,"tags":{"name":"static/chunks/9948-1179ea549ed77972.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1240,"timestamp":853309973,"id":1689,"parentId":1470,"tags":{"name":"static/chunks/9856.0b6ad271de065950.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1235,"timestamp":853309978,"id":1690,"parentId":1470,"tags":{"name":"static/chunks/1191-929957caf145015a.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1232,"timestamp":853309983,"id":1691,"parentId":1470,"tags":{"name":"static/chunks/5542-a10a9f427d64f678.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1228,"timestamp":853309989,"id":1692,"parentId":1470,"tags":{"name":"static/chunks/5951.af60d0ca20c7b9c0.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1224,"timestamp":853309995,"id":1693,"parentId":1470,"tags":{"name":"static/chunks/6690.e4c27364805e5969.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1204,"timestamp":853310016,"id":1694,"parentId":1470,"tags":{"name":"static/chunks/9076.a8e4846115ded724.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1199,"timestamp":853310022,"id":1695,"parentId":1470,"tags":{"name":"static/chunks/7485.c9571ab4860a44ed.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1195,"timestamp":853310028,"id":1696,"parentId":1470,"tags":{"name":"static/chunks/8521-734c9150bd2ac10f.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1191,"timestamp":853310033,"id":1697,"parentId":1470,"tags":{"name":"static/chunks/1255-8e09e41c0147c246.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1187,"timestamp":853310038,"id":1698,"parentId":1470,"tags":{"name":"static/chunks/6402-75715c343440fb56.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1183,"timestamp":853310043,"id":1699,"parentId":1470,"tags":{"name":"static/chunks/3361-12189cea716cd1be.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1179,"timestamp":853310049,"id":1700,"parentId":1470,"tags":{"name":"static/chunks/6381-a3e3d8d4aa7aea5f.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1174,"timestamp":853310055,"id":1701,"parentId":1470,"tags":{"name":"static/chunks/5229-cf40d6347c979ec1.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1170,"timestamp":853310060,"id":1702,"parentId":1470,"tags":{"name":"static/chunks/2751-46a5bbf4e8f22aea.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1166,"timestamp":853310067,"id":1703,"parentId":1470,"tags":{"name":"static/chunks/2053-0e8825cd71b570bb.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1162,"timestamp":853310072,"id":1704,"parentId":1470,"tags":{"name":"static/chunks/4322-e69448c87a66faa4.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":1159,"timestamp":853310077,"id":1705,"parentId":1470,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":786,"timestamp":853310451,"id":1707,"parentId":1470,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1787546565644,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":720,"timestamp":853310520,"id":1709,"parentId":1470,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1787546565644,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":4866,"timestamp":853310085,"id":1706,"parentId":1470,"tags":{"name":"static/t0BoV4H46ZgKmTjSi7GIz/_ssgManifest.js","cache":"MISS"},"startTime":1787546565643,"traceId":"931de1e64781d7e8"},{"name":"minify-js","duration":4531,"timestamp":853310465,"id":1708,"parentId":1470,"tags":{"name":"static/t0BoV4H46ZgKmTjSi7GIz/_buildManifest.js","cache":"MISS"},"startTime":1787546565644,"traceId":"931de1e64781d7e8"},{"name":"minify-webpack-plugin-optimize","duration":13441,"timestamp":853301575,"id":1470,"parentId":1290,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1787546565635,"traceId":"931de1e64781d7e8"},{"name":"minify-css","duration":101,"timestamp":853315200,"id":1711,"parentId":1710,"tags":{"file":"static/css/08db0ee30be10391.css","cache":"HIT"},"startTime":1787546565648,"traceId":"931de1e64781d7e8"},{"name":"minify-css","duration":66,"timestamp":853315237,"id":1712,"parentId":1710,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1787546565648,"traceId":"931de1e64781d7e8"},{"name":"minify-css","duration":63,"timestamp":853315241,"id":1713,"parentId":1710,"tags":{"file":"static/css/11b25db9b78774b4.css","cache":"HIT"},"startTime":1787546565648,"traceId":"931de1e64781d7e8"},{"name":"minify-css","duration":62,"timestamp":853315244,"id":1714,"parentId":1710,"tags":{"file":"static/css/853c3014cc126d89.css","cache":"HIT"},"startTime":1787546565648,"traceId":"931de1e64781d7e8"},{"name":"css-minimizer-plugin","duration":169,"timestamp":853315138,"id":1710,"parentId":1290,"tags":{},"startTime":1787546565648,"traceId":"931de1e64781d7e8"},{"name":"seal","duration":561345,"timestamp":852806486,"id":1454,"parentId":1290,"tags":{},"startTime":1787546565140,"traceId":"931de1e64781d7e8"},{"name":"webpack-compilation","duration":2113029,"timestamp":851254876,"id":1290,"parentId":16,"tags":{"name":"client"},"startTime":1787546563588,"traceId":"931de1e64781d7e8"},{"name":"emit","duration":30278,"timestamp":853367942,"id":1715,"parentId":16,"tags":{},"startTime":1787546565701,"traceId":"931de1e64781d7e8"},{"name":"webpack-close","duration":1866162,"timestamp":853401479,"id":1716,"parentId":16,"tags":{"name":"client"},"startTime":1787546565735,"traceId":"931de1e64781d7e8"},{"name":"webpack-generate-error-stats","duration":776,"timestamp":855267662,"id":1717,"parentId":1716,"tags":{},"startTime":1787546567601,"traceId":"931de1e64781d7e8"},{"name":"run-webpack-compiler","duration":20304213,"timestamp":834964600,"id":16,"parentId":1,"tags":{},"startTime":1787546547298,"traceId":"931de1e64781d7e8"},{"name":"format-webpack-messages","duration":69,"timestamp":855268820,"id":1718,"parentId":1,"tags":{},"startTime":1787546567602,"traceId":"931de1e64781d7e8"},{"name":"verify-typescript-setup","duration":26473106,"timestamp":855272524,"id":1720,"parentId":1,"tags":{},"startTime":1787546567606,"traceId":"931de1e64781d7e8"},{"name":"check-static-error-page","duration":24243,"timestamp":881792275,"id":1723,"parentId":1722,"tags":{},"startTime":1787546594125,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":48045,"timestamp":882012190,"id":1724,"parentId":1722,"tags":{"page":"/_app"},"startTime":1787546594345,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":47090,"timestamp":882013165,"id":1726,"parentId":1722,"tags":{"page":"/_document"},"startTime":1787546594346,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":57701,"timestamp":882012958,"id":1725,"parentId":1722,"tags":{"page":"/_error"},"startTime":1787546594346,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":48147,"timestamp":882077631,"id":1877,"parentId":1872,"tags":{},"startTime":1787546594411,"traceId":"931de1e64781d7e8"}]
|
|
10
|
-
[{"name":"check-page","duration":68207,"timestamp":882057890,"id":1872,"parentId":1722,"tags":{"page":"/icon.png"},"startTime":1787546594391,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":59431,"timestamp":882077765,"id":1879,"parentId":1874,"tags":{},"startTime":1787546594411,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":78817,"timestamp":882058410,"id":1874,"parentId":1722,"tags":{"page":"/icon2.png"},"startTime":1787546594392,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":68399,"timestamp":882077723,"id":1878,"parentId":1873,"tags":{},"startTime":1787546594411,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":90862,"timestamp":882058157,"id":1873,"parentId":1722,"tags":{"page":"/icon1.png"},"startTime":1787546594391,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":78753,"timestamp":882078307,"id":1881,"parentId":1728,"tags":{},"startTime":1787546594411,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":143188,"timestamp":882013913,"id":1728,"parentId":1722,"tags":{"page":"/api/app/update-check"},"startTime":1787546594347,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":83361,"timestamp":882078517,"id":1882,"parentId":1729,"tags":{},"startTime":1787546594412,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":147526,"timestamp":882014382,"id":1729,"parentId":1722,"tags":{"page":"/api/app/update"},"startTime":1787546594348,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":91409,"timestamp":882077811,"id":1880,"parentId":1727,"tags":{},"startTime":1787546594411,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":156045,"timestamp":882013210,"id":1727,"parentId":1722,"tags":{"page":"/_not-found"},"startTime":1787546594346,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":112384,"timestamp":882078570,"id":1883,"parentId":1730,"tags":{},"startTime":1787546594412,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":176212,"timestamp":882014783,"id":1730,"parentId":1722,"tags":{"page":"/api/assistant/conversation"},"startTime":1787546594348,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":127254,"timestamp":882078602,"id":1884,"parentId":1731,"tags":{},"startTime":1787546594412,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":190700,"timestamp":882015189,"id":1731,"parentId":1722,"tags":{"page":"/api/assistant/current-output"},"startTime":1787546594348,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":131627,"timestamp":882078631,"id":1885,"parentId":1732,"tags":{},"startTime":1787546594412,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":194708,"timestamp":882015573,"id":1732,"parentId":1722,"tags":{"page":"/api/assistant/messages"},"startTime":1787546594349,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":134031,"timestamp":882078691,"id":1887,"parentId":1734,"tags":{},"startTime":1787546594412,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":196297,"timestamp":882016446,"id":1734,"parentId":1722,"tags":{"page":"/api/assistant/start"},"startTime":1787546594350,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":135966,"timestamp":882078703,"id":1888,"parentId":1736,"tags":{},"startTime":1787546594412,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":196793,"timestamp":882017896,"id":1736,"parentId":1722,"tags":{"page":"/api/assistant/tools"},"startTime":1787546594351,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":138138,"timestamp":882078721,"id":1889,"parentId":1735,"tags":{},"startTime":1787546594412,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":200046,"timestamp":882016831,"id":1735,"parentId":1722,"tags":{"page":"/api/assistant/terminal"},"startTime":1787546594350,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":140328,"timestamp":882078732,"id":1890,"parentId":1738,"tags":{},"startTime":1787546594412,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":200381,"timestamp":882018698,"id":1738,"parentId":1722,"tags":{"page":"/api/auth/logout"},"startTime":1787546594352,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":142932,"timestamp":882078748,"id":1891,"parentId":1737,"tags":{},"startTime":1787546594412,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":203384,"timestamp":882018312,"id":1737,"parentId":1722,"tags":{"page":"/api/auth/login"},"startTime":1787546594351,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":145039,"timestamp":882078820,"id":1892,"parentId":1739,"tags":{},"startTime":1787546594412,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":204784,"timestamp":882019093,"id":1739,"parentId":1722,"tags":{"page":"/api/auth/status"},"startTime":1787546594352,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":147277,"timestamp":882078895,"id":1893,"parentId":1740,"tags":{},"startTime":1787546594412,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":206744,"timestamp":882019441,"id":1740,"parentId":1722,"tags":{"page":"/api/capabilities"},"startTime":1787546594353,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":151988,"timestamp":882078927,"id":1894,"parentId":1741,"tags":{},"startTime":1787546594412,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":210944,"timestamp":882019989,"id":1741,"parentId":1722,"tags":{"page":"/api/daily-summary"},"startTime":1787546594353,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":153645,"timestamp":882078999,"id":1895,"parentId":1742,"tags":{},"startTime":1787546594412,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":212336,"timestamp":882020322,"id":1742,"parentId":1722,"tags":{"page":"/api/daily-summary/status"},"startTime":1787546594353,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":157395,"timestamp":882078665,"id":1886,"parentId":1733,"tags":{},"startTime":1787546594412,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":220026,"timestamp":882016056,"id":1733,"parentId":1722,"tags":{"page":"/api/assistant/session"},"startTime":1787546594349,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":157703,"timestamp":882079112,"id":1896,"parentId":1743,"tags":{},"startTime":1787546594412,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":216268,"timestamp":882020617,"id":1743,"parentId":1722,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1787546594354,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":159490,"timestamp":882079295,"id":1898,"parentId":1745,"tags":{},"startTime":1787546594412,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":217569,"timestamp":882021230,"id":1745,"parentId":1722,"tags":{"page":"/api/external-apps"},"startTime":1787546594354,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":161946,"timestamp":882079394,"id":1899,"parentId":1746,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":219834,"timestamp":882021520,"id":1746,"parentId":1722,"tags":{"page":"/api/fs/browse"},"startTime":1787546594355,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":163022,"timestamp":882079204,"id":1897,"parentId":1744,"tags":{},"startTime":1787546594412,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":221328,"timestamp":882020914,"id":1744,"parentId":1722,"tags":{"page":"/api/external-apps/[id]"},"startTime":1787546594354,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":164036,"timestamp":882079476,"id":1900,"parentId":1747,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":221686,"timestamp":882021842,"id":1747,"parentId":1722,"tags":{"page":"/api/fs/recent-paths"},"startTime":1787546594355,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":176257,"timestamp":882079549,"id":1902,"parentId":1749,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":233381,"timestamp":882022451,"id":1749,"parentId":1722,"tags":{"page":"/api/hooks/claude-done"},"startTime":1787546594356,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":178378,"timestamp":882079566,"id":1903,"parentId":1751,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":234893,"timestamp":882023074,"id":1751,"parentId":1722,"tags":{"page":"/api/metrics/vibe"},"startTime":1787546594356,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":180201,"timestamp":882079526,"id":1901,"parentId":1748,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":237600,"timestamp":882022156,"id":1748,"parentId":1722,"tags":{"page":"/api/hooks/agent-event"},"startTime":1787546594355,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":180263,"timestamp":882079581,"id":1904,"parentId":1752,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":236481,"timestamp":882023380,"id":1752,"parentId":1722,"tags":{"page":"/api/ollama/models"},"startTime":1787546594357,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":182641,"timestamp":882079699,"id":1906,"parentId":1753,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":238678,"timestamp":882023679,"id":1753,"parentId":1722,"tags":{"page":"/api/push/escalation"},"startTime":1787546594357,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":183735,"timestamp":882079618,"id":1905,"parentId":1750,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":240629,"timestamp":882022744,"id":1750,"parentId":1722,"tags":{"page":"/api/hooks/permission-request"},"startTime":1787546594356,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":185296,"timestamp":882079796,"id":1907,"parentId":1754,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":241139,"timestamp":882023969,"id":1754,"parentId":1722,"tags":{"page":"/api/push/subscriptions"},"startTime":1787546594357,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":186279,"timestamp":882079869,"id":1908,"parentId":1755,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":241861,"timestamp":882024301,"id":1755,"parentId":1722,"tags":{"page":"/api/push/vapid"},"startTime":1787546594357,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":188156,"timestamp":882079898,"id":1909,"parentId":1756,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":243501,"timestamp":882024584,"id":1756,"parentId":1722,"tags":{"page":"/api/repositories/[id]"},"startTime":1787546594358,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":189715,"timestamp":882079918,"id":1910,"parentId":1757,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":244814,"timestamp":882024841,"id":1757,"parentId":1722,"tags":{"page":"/api/repositories/[id]/todos/[todoId]"},"startTime":1787546594358,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":200118,"timestamp":882079934,"id":1911,"parentId":1758,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":254968,"timestamp":882025118,"id":1758,"parentId":1722,"tags":{"page":"/api/repositories/[id]/todos"},"startTime":1787546594358,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":200218,"timestamp":882079960,"id":1912,"parentId":1760,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":254554,"timestamp":882025642,"id":1760,"parentId":1722,"tags":{"page":"/api/repositories/clone"},"startTime":1787546594359,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":202730,"timestamp":882080076,"id":1914,"parentId":1761,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":256930,"timestamp":882025897,"id":1761,"parentId":1722,"tags":{"page":"/api/repositories/excluded"},"startTime":1787546594359,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":205367,"timestamp":882080092,"id":1915,"parentId":1762,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":259310,"timestamp":882026170,"id":1762,"parentId":1722,"tags":{"page":"/api/repositories/restore"},"startTime":1787546594359,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":205984,"timestamp":882080057,"id":1913,"parentId":1759,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":260687,"timestamp":882025372,"id":1759,"parentId":1722,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1787546594359,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":207908,"timestamp":882080120,"id":1916,"parentId":1763,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":261622,"timestamp":882026421,"id":1763,"parentId":1722,"tags":{"page":"/api/repositories"},"startTime":1787546594360,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":208492,"timestamp":882080142,"id":1917,"parentId":1764,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":261972,"timestamp":882026679,"id":1764,"parentId":1722,"tags":{"page":"/api/repositories/scan"},"startTime":1787546594360,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":209464,"timestamp":882080159,"id":1918,"parentId":1765,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":262702,"timestamp":882026937,"id":1765,"parentId":1722,"tags":{"page":"/api/repositories/sync"},"startTime":1787546594360,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":211144,"timestamp":882080259,"id":1919,"parentId":1766,"tags":{},"startTime":1787546594413,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":264205,"timestamp":882027213,"id":1766,"parentId":1722,"tags":{"page":"/api/repositories/validate-path"},"startTime":1787546594360,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":211179,"timestamp":882080343,"id":1920,"parentId":1767,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":264075,"timestamp":882027462,"id":1767,"parentId":1722,"tags":{"page":"/api/sidebar/group-order"},"startTime":1787546594361,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":217400,"timestamp":882080420,"id":1921,"parentId":1768,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":270120,"timestamp":882027721,"id":1768,"parentId":1722,"tags":{"page":"/api/skills/[id]"},"startTime":1787546594361,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":218649,"timestamp":882080501,"id":1922,"parentId":1771,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":270642,"timestamp":882028525,"id":1771,"parentId":1722,"tags":{"page":"/api/skills/reindex"},"startTime":1787546594362,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":220204,"timestamp":882080592,"id":1923,"parentId":1770,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":272554,"timestamp":882028258,"id":1770,"parentId":1722,"tags":{"page":"/api/skills/operations"},"startTime":1787546594361,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":220867,"timestamp":882080687,"id":1924,"parentId":1769,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":273595,"timestamp":882027975,"id":1769,"parentId":1722,"tags":{"page":"/api/skills/installations"},"startTime":1787546594361,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":222339,"timestamp":882080770,"id":1925,"parentId":1772,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":274336,"timestamp":882028786,"id":1772,"parentId":1722,"tags":{"page":"/api/skills"},"startTime":1787546594362,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":225130,"timestamp":882080804,"id":1927,"parentId":1774,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":276634,"timestamp":882029319,"id":1774,"parentId":1722,"tags":{"page":"/api/tasks/[taskId]/cancel"},"startTime":1787546594362,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":228076,"timestamp":882080820,"id":1928,"parentId":1776,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":279086,"timestamp":882029828,"id":1776,"parentId":1722,"tags":{"page":"/api/templates/[id]"},"startTime":1787546594363,"traceId":"931de1e64781d7e8"}]
|
|
11
|
-
[{"name":"is-page-static","duration":230986,"timestamp":882080840,"id":1929,"parentId":1775,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":282271,"timestamp":882029570,"id":1775,"parentId":1722,"tags":{"page":"/api/tasks/[taskId]"},"startTime":1787546594363,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":231316,"timestamp":882080789,"id":1926,"parentId":1773,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":283058,"timestamp":882029061,"id":1773,"parentId":1722,"tags":{"page":"/api/slash-commands"},"startTime":1787546594362,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":233460,"timestamp":882080854,"id":1930,"parentId":1777,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":284224,"timestamp":882030107,"id":1777,"parentId":1722,"tags":{"page":"/api/templates"},"startTime":1787546594363,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":234784,"timestamp":882080925,"id":1931,"parentId":1778,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":285358,"timestamp":882030365,"id":1778,"parentId":1722,"tags":{"page":"/api/todos"},"startTime":1787546594364,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":237104,"timestamp":882080944,"id":1932,"parentId":1779,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":287450,"timestamp":882030619,"id":1779,"parentId":1722,"tags":{"page":"/api/verification/runs/[runId]"},"startTime":1787546594364,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":237174,"timestamp":882080960,"id":1933,"parentId":1780,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":287272,"timestamp":882030874,"id":1780,"parentId":1722,"tags":{"page":"/api/verification/runs"},"startTime":1787546594364,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":239663,"timestamp":882081049,"id":1935,"parentId":1782,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":289355,"timestamp":882031372,"id":1782,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1787546594365,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":239803,"timestamp":882081024,"id":1934,"parentId":1781,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":289694,"timestamp":882031149,"id":1781,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1787546594364,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":241944,"timestamp":882081068,"id":1936,"parentId":1783,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":291443,"timestamp":882031587,"id":1783,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/clear-composer"},"startTime":1787546594365,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":246232,"timestamp":882077290,"id":1876,"parentId":1871,"tags":{},"startTime":1787546594410,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":265908,"timestamp":882057629,"id":1871,"parentId":1722,"tags":{"page":"/apple-icon.png"},"startTime":1787546594391,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":242668,"timestamp":882081084,"id":1937,"parentId":1784,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":291946,"timestamp":882031829,"id":1784,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1787546594365,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":244695,"timestamp":882081104,"id":1938,"parentId":1785,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":293715,"timestamp":882032102,"id":1785,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/cmate/schedules"},"startTime":1787546594365,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":245513,"timestamp":882081142,"id":1940,"parentId":1788,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":293802,"timestamp":882032872,"id":1788,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/execution-logs/[logId]"},"startTime":1787546594366,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":249873,"timestamp":882081163,"id":1941,"parentId":1787,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":298448,"timestamp":882032619,"id":1787,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/env"},"startTime":1787546594366,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":249955,"timestamp":882081177,"id":1942,"parentId":1789,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":297994,"timestamp":882033147,"id":1789,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/execution-logs"},"startTime":1787546594366,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":253175,"timestamp":882081232,"id":1943,"parentId":1790,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":301027,"timestamp":882033399,"id":1790,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1787546594367,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":257230,"timestamp":882081247,"id":1944,"parentId":1791,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":304838,"timestamp":882033656,"id":1791,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/branch/create"},"startTime":1787546594367,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":257276,"timestamp":882081262,"id":1945,"parentId":1792,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":304638,"timestamp":882033912,"id":1792,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/branch/delete"},"startTime":1787546594367,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":259880,"timestamp":882081276,"id":1946,"parentId":1793,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":306992,"timestamp":882034181,"id":1793,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/branches"},"startTime":1787546594367,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":259934,"timestamp":882081290,"id":1947,"parentId":1794,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":306810,"timestamp":882034426,"id":1794,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/checkout"},"startTime":1787546594368,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":262387,"timestamp":882081322,"id":1949,"parentId":1796,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":308816,"timestamp":882034912,"id":1796,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/diff"},"startTime":1787546594368,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":262638,"timestamp":882081308,"id":1948,"parentId":1795,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":309297,"timestamp":882034663,"id":1795,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/commit"},"startTime":1787546594368,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":264404,"timestamp":882081337,"id":1950,"parentId":1797,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":310563,"timestamp":882035195,"id":1797,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/fetch"},"startTime":1787546594368,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":265380,"timestamp":882081351,"id":1951,"parentId":1798,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":311295,"timestamp":882035452,"id":1798,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/log"},"startTime":1787546594369,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":266381,"timestamp":882081368,"id":1952,"parentId":1799,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":312058,"timestamp":882035708,"id":1799,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/pull"},"startTime":1787546594369,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":267824,"timestamp":882081386,"id":1953,"parentId":1800,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":313265,"timestamp":882035963,"id":1800,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/push"},"startTime":1787546594369,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":268450,"timestamp":882081402,"id":1954,"parentId":1801,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":313621,"timestamp":882036248,"id":1801,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/reset"},"startTime":1787546594369,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":271624,"timestamp":882081415,"id":1955,"parentId":1802,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":316555,"timestamp":882036502,"id":1802,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/revert"},"startTime":1787546594370,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":271683,"timestamp":882081430,"id":1956,"parentId":1805,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":315836,"timestamp":882037286,"id":1805,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/staged"},"startTime":1787546594370,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":273181,"timestamp":882081444,"id":1957,"parentId":1804,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":317611,"timestamp":882037029,"id":1804,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/stage"},"startTime":1787546594370,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":273837,"timestamp":882081455,"id":1958,"parentId":1803,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":318552,"timestamp":882036758,"id":1803,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/show/[commitHash]"},"startTime":1787546594370,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":276573,"timestamp":882081469,"id":1959,"parentId":1806,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":320516,"timestamp":882037547,"id":1806,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/stash/[index]"},"startTime":1787546594371,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":277996,"timestamp":882081496,"id":1961,"parentId":1808,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":321434,"timestamp":882038078,"id":1808,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/stash/pop"},"startTime":1787546594371,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":278460,"timestamp":882081483,"id":1960,"parentId":1807,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":322152,"timestamp":882037807,"id":1807,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/stash/apply"},"startTime":1787546594371,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":280697,"timestamp":882081511,"id":1962,"parentId":1809,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":323896,"timestamp":882038330,"id":1809,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/stash/push"},"startTime":1787546594371,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":281057,"timestamp":882081525,"id":1963,"parentId":1810,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":324013,"timestamp":882038585,"id":1810,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/stash"},"startTime":1787546594372,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":283048,"timestamp":882081553,"id":1965,"parentId":1811,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":325793,"timestamp":882038825,"id":1811,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/status"},"startTime":1787546594372,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":283136,"timestamp":882081538,"id":1964,"parentId":1812,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":325617,"timestamp":882039070,"id":1812,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/unstage"},"startTime":1787546594372,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":286457,"timestamp":882081586,"id":1967,"parentId":1814,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":328562,"timestamp":882039499,"id":1814,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1787546594373,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":286551,"timestamp":882081567,"id":1966,"parentId":1813,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":328834,"timestamp":882039293,"id":1813,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/git/working-diff"},"startTime":1787546594372,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":288437,"timestamp":882081716,"id":1969,"parentId":1815,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":327491,"timestamp":882042677,"id":1815,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1787546594376,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":288817,"timestamp":882081680,"id":1968,"parentId":1816,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":327553,"timestamp":882042958,"id":1816,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1787546594376,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":290721,"timestamp":882081801,"id":1970,"parentId":1817,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":329297,"timestamp":882043242,"id":1817,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1787546594376,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":293195,"timestamp":882081839,"id":1972,"parentId":1819,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":331295,"timestamp":882043758,"id":1819,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1787546594377,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":295624,"timestamp":882081858,"id":1973,"parentId":1820,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":333472,"timestamp":882044025,"id":1820,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1787546594377,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":297734,"timestamp":882081877,"id":1974,"parentId":1821,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":335336,"timestamp":882044289,"id":1821,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1787546594377,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":300410,"timestamp":882081917,"id":1975,"parentId":1822,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":337793,"timestamp":882044552,"id":1822,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1787546594378,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":303062,"timestamp":882081126,"id":1939,"parentId":1786,"tags":{},"startTime":1787546594414,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":351847,"timestamp":882032363,"id":1786,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1787546594366,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":304113,"timestamp":882081936,"id":1976,"parentId":1823,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":341262,"timestamp":882044807,"id":1823,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/resolve-target"},"startTime":1787546594378,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":305743,"timestamp":882081983,"id":1978,"parentId":1824,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":342648,"timestamp":882045094,"id":1824,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1787546594378,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":307071,"timestamp":882081957,"id":1977,"parentId":1826,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"}]
|
|
12
|
-
[{"name":"check-page","duration":343639,"timestamp":882045612,"id":1826,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/schedules/[scheduleId]"},"startTime":1787546594379,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":308266,"timestamp":882082031,"id":1979,"parentId":1825,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":344960,"timestamp":882045352,"id":1825,"parentId":1722,"tags":{"page":"/api/worktrees/[id]"},"startTime":1787546594379,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":310345,"timestamp":882082065,"id":1981,"parentId":1828,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":346241,"timestamp":882046186,"id":1828,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/schedules"},"startTime":1787546594379,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":312408,"timestamp":882082108,"id":1982,"parentId":1830,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":347852,"timestamp":882046682,"id":1830,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1787546594380,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":312543,"timestamp":882082046,"id":1980,"parentId":1827,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":348700,"timestamp":882045902,"id":1827,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/schedules/active"},"startTime":1787546594379,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":315994,"timestamp":882082236,"id":1983,"parentId":1831,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":351322,"timestamp":882046931,"id":1831,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/git-workflow"},"startTime":1787546594380,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":316445,"timestamp":882082266,"id":1984,"parentId":1829,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":352288,"timestamp":882046437,"id":1829,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1787546594380,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":320946,"timestamp":882082425,"id":1985,"parentId":1832,"tags":{},"startTime":1787546594416,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":356175,"timestamp":882047215,"id":1832,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/install"},"startTime":1787546594380,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":323080,"timestamp":882082645,"id":1987,"parentId":1834,"tags":{},"startTime":1787546594416,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":358031,"timestamp":882047712,"id":1834,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall-plan"},"startTime":1787546594381,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":324977,"timestamp":882082816,"id":1988,"parentId":1835,"tags":{},"startTime":1787546594416,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":359846,"timestamp":882047965,"id":1835,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall"},"startTime":1787546594381,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":327245,"timestamp":882082941,"id":1989,"parentId":1836,"tags":{},"startTime":1787546594416,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":361879,"timestamp":882048333,"id":1836,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/update-plan"},"startTime":1787546594382,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":329482,"timestamp":882083150,"id":1990,"parentId":1837,"tags":{},"startTime":1787546594416,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":364050,"timestamp":882048600,"id":1837,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/update"},"startTime":1787546594382,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":330355,"timestamp":882082548,"id":1986,"parentId":1833,"tags":{},"startTime":1787546594416,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":365443,"timestamp":882047475,"id":1833,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/plan"},"startTime":1787546594381,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":334784,"timestamp":882083252,"id":1991,"parentId":1838,"tags":{},"startTime":1787546594416,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":369193,"timestamp":882048862,"id":1838,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/skills"},"startTime":1787546594382,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":334809,"timestamp":882083306,"id":1993,"parentId":1840,"tags":{},"startTime":1787546594416,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":368723,"timestamp":882049404,"id":1840,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/special-keys"},"startTime":1787546594383,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":339812,"timestamp":882083320,"id":1994,"parentId":1841,"tags":{},"startTime":1787546594416,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":373492,"timestamp":882049658,"id":1841,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/start-polling"},"startTime":1787546594383,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":342316,"timestamp":882083342,"id":1995,"parentId":1842,"tags":{},"startTime":1787546594417,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":375758,"timestamp":882049915,"id":1842,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/tasks"},"startTime":1787546594383,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":344225,"timestamp":882083368,"id":1996,"parentId":1843,"tags":{},"startTime":1787546594417,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":377416,"timestamp":882050191,"id":1843,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1787546594383,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":344362,"timestamp":882083287,"id":1992,"parentId":1839,"tags":{},"startTime":1787546594416,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":378515,"timestamp":882049142,"id":1839,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1787546594382,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":346331,"timestamp":882083395,"id":1997,"parentId":1845,"tags":{},"startTime":1787546594417,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":379039,"timestamp":882050701,"id":1845,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/timers"},"startTime":1787546594384,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":347513,"timestamp":882083409,"id":1998,"parentId":1844,"tags":{},"startTime":1787546594417,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":380493,"timestamp":882050445,"id":1844,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/timers/history"},"startTime":1787546594384,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":348477,"timestamp":882083427,"id":1999,"parentId":1846,"tags":{},"startTime":1787546594417,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":380958,"timestamp":882050961,"id":1846,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/todos/[todoId]"},"startTime":1787546594384,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":350268,"timestamp":882083460,"id":2001,"parentId":1848,"tags":{},"startTime":1787546594417,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":382254,"timestamp":882051490,"id":1848,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1787546594385,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":351199,"timestamp":882083445,"id":2000,"parentId":1847,"tags":{},"startTime":1787546594417,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":383423,"timestamp":882051235,"id":1847,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/todos"},"startTime":1787546594384,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":352108,"timestamp":882083482,"id":2002,"parentId":1850,"tags":{},"startTime":1787546594417,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":383590,"timestamp":882052021,"id":1850,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1787546594385,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":354061,"timestamp":882083509,"id":2004,"parentId":1851,"tags":{},"startTime":1787546594417,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":385345,"timestamp":882052281,"id":1851,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/verify"},"startTime":1787546594385,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":354229,"timestamp":882083494,"id":2003,"parentId":1849,"tags":{},"startTime":1787546594417,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":385991,"timestamp":882051749,"id":1849,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1787546594385,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":356628,"timestamp":882083517,"id":2005,"parentId":1852,"tags":{},"startTime":1787546594417,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":387633,"timestamp":882052542,"id":1852,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/verify/runs/[runId]"},"startTime":1787546594386,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":358588,"timestamp":882083534,"id":2007,"parentId":1854,"tags":{},"startTime":1787546594417,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":389051,"timestamp":882053084,"id":1854,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1787546594386,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":360202,"timestamp":882083527,"id":2006,"parentId":1853,"tags":{},"startTime":1787546594417,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":390941,"timestamp":882052804,"id":1853,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/verify/runs"},"startTime":1787546594386,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":360329,"timestamp":882083603,"id":2008,"parentId":1855,"tags":{},"startTime":1787546594417,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":390550,"timestamp":882053393,"id":1855,"parentId":1722,"tags":{"page":"/api/worktrees"},"startTime":1787546594387,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":357280,"timestamp":882088481,"id":2010,"parentId":1875,"tags":{},"startTime":1787546594422,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":387137,"timestamp":882058638,"id":1875,"parentId":1722,"tags":{"page":"/manifest.webmanifest"},"startTime":1787546594392,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":363090,"timestamp":882084156,"id":2009,"parentId":1861,"tags":{},"startTime":1787546594417,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":392292,"timestamp":882054970,"id":1861,"parentId":1722,"tags":{"page":"/proxy/[...path]"},"startTime":1787546594388,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":372388,"timestamp":882091474,"id":2011,"parentId":1856,"tags":{},"startTime":1787546594425,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":410228,"timestamp":882053655,"id":1856,"parentId":1722,"tags":{"page":"/chat"},"startTime":1787546594387,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":374591,"timestamp":882091620,"id":2013,"parentId":1859,"tags":{},"startTime":1787546594425,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":411744,"timestamp":882054481,"id":1859,"parentId":1722,"tags":{"page":"/offline"},"startTime":1787546594388,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":376957,"timestamp":882091678,"id":2014,"parentId":1858,"tags":{},"startTime":1787546594425,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":414428,"timestamp":882054223,"id":1858,"parentId":1722,"tags":{"page":"/more"},"startTime":1787546594387,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":379829,"timestamp":882091734,"id":2015,"parentId":1860,"tags":{},"startTime":1787546594425,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":416853,"timestamp":882054722,"id":1860,"parentId":1722,"tags":{"page":"/"},"startTime":1787546594388,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":382424,"timestamp":882091800,"id":2016,"parentId":1862,"tags":{},"startTime":1787546594425,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":419027,"timestamp":882055215,"id":1862,"parentId":1722,"tags":{"page":"/repositories"},"startTime":1787546594388,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":384716,"timestamp":882091866,"id":2017,"parentId":1863,"tags":{},"startTime":1787546594425,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":421125,"timestamp":882055472,"id":1863,"parentId":1722,"tags":{"page":"/review"},"startTime":1787546594389,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":386974,"timestamp":882091922,"id":2018,"parentId":1864,"tags":{},"startTime":1787546594425,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":423172,"timestamp":882055740,"id":1864,"parentId":1722,"tags":{"page":"/sessions"},"startTime":1787546594389,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":392500,"timestamp":882091554,"id":2012,"parentId":1857,"tags":{},"startTime":1787546594425,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":430126,"timestamp":882053945,"id":1857,"parentId":1722,"tags":{"page":"/login"},"startTime":1787546594387,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":394088,"timestamp":882091980,"id":2019,"parentId":1865,"tags":{},"startTime":1787546594425,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":430099,"timestamp":882055987,"id":1865,"parentId":1722,"tags":{"page":"/skills/[skillId]"},"startTime":1787546594389,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":396007,"timestamp":882092489,"id":2021,"parentId":1866,"tags":{},"startTime":1787546594426,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":432241,"timestamp":882056272,"id":1866,"parentId":1722,"tags":{"page":"/skills/installed"},"startTime":1787546594389,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":401083,"timestamp":882092410,"id":2020,"parentId":1867,"tags":{},"startTime":1787546594426,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":436970,"timestamp":882056542,"id":1867,"parentId":1722,"tags":{"page":"/skills"},"startTime":1787546594390,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":421997,"timestamp":882093066,"id":2023,"parentId":1868,"tags":{},"startTime":1787546594426,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":458293,"timestamp":882056811,"id":1868,"parentId":1722,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1787546594390,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":423915,"timestamp":882092974,"id":2022,"parentId":1869,"tags":{},"startTime":1787546594426,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":459816,"timestamp":882057089,"id":1869,"parentId":1722,"tags":{"page":"/worktrees/[id]"},"startTime":1787546594390,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":424449,"timestamp":882093132,"id":2024,"parentId":1870,"tags":{},"startTime":1787546594426,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":460238,"timestamp":882057359,"id":1870,"parentId":1722,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1787546594391,"traceId":"931de1e64781d7e8"},{"name":"is-page-static","duration":483553,"timestamp":882081822,"id":1971,"parentId":1818,"tags":{},"startTime":1787546594415,"traceId":"931de1e64781d7e8"},{"name":"check-page","duration":521906,"timestamp":882043507,"id":1818,"parentId":1722,"tags":{"page":"/api/worktrees/[id]/marp-render"},"startTime":1787546594377,"traceId":"931de1e64781d7e8"},{"name":"static-check","duration":773790,"timestamp":881791650,"id":1722,"parentId":1,"tags":{},"startTime":1787546594125,"traceId":"931de1e64781d7e8"},{"name":"generate-required-server-files","duration":347,"timestamp":882565746,"id":2026,"parentId":1,"tags":{},"startTime":1787546594899,"traceId":"931de1e64781d7e8"},{"name":"write-routes-manifest","duration":16841,"timestamp":882575063,"id":2028,"parentId":1,"tags":{},"startTime":1787546594908,"traceId":"931de1e64781d7e8"},{"name":"load-dotenv","duration":94,"timestamp":883898281,"id":2031,"parentId":2030,"tags":{},"startTime":1787546596231,"traceId":"931de1e64781d7e8"},{"name":"run-export-path-map","duration":379,"timestamp":885165322,"id":2032,"parentId":2030,"tags":{},"startTime":1787546597498,"traceId":"931de1e64781d7e8"},{"name":"next-export","duration":2708346,"timestamp":883897594,"id":2030,"parentId":1,"tags":{},"startTime":1787546596231,"traceId":"931de1e64781d7e8"}]
|
|
13
|
-
[{"name":"move-exported-app-not-found-","duration":
|
|
1
|
+
[{"name":"generate-buildid","duration":212,"timestamp":1310901415,"id":4,"parentId":1,"tags":{},"startTime":1787902282991,"traceId":"6555bbfcc4fcffa2"},{"name":"load-custom-routes","duration":1642,"timestamp":1310901712,"id":5,"parentId":1,"tags":{},"startTime":1787902282991,"traceId":"6555bbfcc4fcffa2"},{"name":"create-dist-dir","duration":39570,"timestamp":1310988213,"id":6,"parentId":1,"tags":{},"startTime":1787902283078,"traceId":"6555bbfcc4fcffa2"},{"name":"create-pages-mapping","duration":215,"timestamp":1311113370,"id":7,"parentId":1,"tags":{},"startTime":1787902283203,"traceId":"6555bbfcc4fcffa2"},{"name":"collect-app-files","duration":6564,"timestamp":1311113626,"id":8,"parentId":1,"tags":{},"startTime":1787902283203,"traceId":"6555bbfcc4fcffa2"},{"name":"create-app-mapping","duration":7967,"timestamp":1311120212,"id":9,"parentId":1,"tags":{},"startTime":1787902283210,"traceId":"6555bbfcc4fcffa2"},{"name":"create-app-layouts","duration":118,"timestamp":1311128207,"id":10,"parentId":1,"tags":{},"startTime":1787902283218,"traceId":"6555bbfcc4fcffa2"},{"name":"collect-default-files","duration":6583,"timestamp":1311130533,"id":12,"parentId":1,"tags":{},"startTime":1787902283220,"traceId":"6555bbfcc4fcffa2"},{"name":"generate-route-types","duration":33186,"timestamp":1311129605,"id":11,"parentId":1,"tags":{},"startTime":1787902283219,"traceId":"6555bbfcc4fcffa2"},{"name":"public-dir-conflict-check","duration":1389,"timestamp":1311162851,"id":13,"parentId":1,"tags":{},"startTime":1787902283253,"traceId":"6555bbfcc4fcffa2"},{"name":"generate-routes-manifest","duration":12862,"timestamp":1311164513,"id":14,"parentId":1,"tags":{},"startTime":1787902283254,"traceId":"6555bbfcc4fcffa2"},{"name":"create-entrypoints","duration":97884,"timestamp":1311192766,"id":17,"parentId":1,"tags":{},"startTime":1787902283283,"traceId":"6555bbfcc4fcffa2"},{"name":"generate-webpack-config","duration":272068,"timestamp":1311290715,"id":18,"parentId":16,"tags":{},"startTime":1787902283380,"traceId":"6555bbfcc4fcffa2"},{"name":"next-trace-entrypoint-plugin","duration":2045,"timestamp":1311656397,"id":20,"parentId":19,"tags":{},"startTime":1787902283746,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":2500863,"timestamp":1311666894,"id":128,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998506,"timestamp":1311666769,"id":97,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998512,"timestamp":1311666784,"id":102,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998515,"timestamp":1311666787,"id":103,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998515,"timestamp":1311666790,"id":104,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998515,"timestamp":1311666794,"id":105,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998506,"timestamp":1311666806,"id":108,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998501,"timestamp":1311666814,"id":111,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998499,"timestamp":1311666820,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998580,"timestamp":1311666823,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998581,"timestamp":1311666827,"id":115,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998579,"timestamp":1311666833,"id":116,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998579,"timestamp":1311666838,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998577,"timestamp":1311666843,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998575,"timestamp":1311666848,"id":119,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998572,"timestamp":1311666853,"id":120,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998569,"timestamp":1311666859,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998568,"timestamp":1311666863,"id":122,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998527,"timestamp":1311666908,"id":131,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998525,"timestamp":1311666913,"id":132,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998524,"timestamp":1311666917,"id":133,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998522,"timestamp":1311666922,"id":134,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998520,"timestamp":1311666927,"id":135,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998518,"timestamp":1311666931,"id":136,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998515,"timestamp":1311666936,"id":137,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998513,"timestamp":1311666941,"id":138,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998509,"timestamp":1311666947,"id":139,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998496,"timestamp":1311666964,"id":142,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998494,"timestamp":1311666968,"id":143,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998491,"timestamp":1311666973,"id":144,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998489,"timestamp":1311666978,"id":145,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998487,"timestamp":1311666983,"id":146,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998485,"timestamp":1311666987,"id":147,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998483,"timestamp":1311666992,"id":148,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998481,"timestamp":1311666996,"id":149,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998452,"timestamp":1311667028,"id":150,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998440,"timestamp":1311667043,"id":152,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998420,"timestamp":1311667066,"id":157,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998403,"timestamp":1311667086,"id":161,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3999310,"timestamp":1311666187,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3999126,"timestamp":1311666374,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3999070,"timestamp":1311666433,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998921,"timestamp":1311666585,"id":65,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998919,"timestamp":1311666590,"id":66,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998917,"timestamp":1311666595,"id":67,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998902,"timestamp":1311666613,"id":71,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998879,"timestamp":1311666639,"id":76,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998867,"timestamp":1311666654,"id":79,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998860,"timestamp":1311666664,"id":81,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998818,"timestamp":1311666708,"id":82,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998811,"timestamp":1311666717,"id":83,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998808,"timestamp":1311666723,"id":84,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998666,"timestamp":1311666868,"id":123,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998663,"timestamp":1311666873,"id":124,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998660,"timestamp":1311666878,"id":125,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998657,"timestamp":1311666883,"id":126,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3998654,"timestamp":1311666889,"id":127,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":3999209,"timestamp":1311667056,"id":155,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4000049,"timestamp":1311667047,"id":153,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4000033,"timestamp":1311667075,"id":159,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4039707,"timestamp":1311666808,"id":109,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4113004,"timestamp":1311666800,"id":106,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4113003,"timestamp":1311666817,"id":112,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4113043,"timestamp":1311666781,"id":101,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4112749,"timestamp":1311667081,"id":160,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4113058,"timestamp":1311666776,"id":99,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4177058,"timestamp":1311667052,"id":154,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4177071,"timestamp":1311667062,"id":156,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4177069,"timestamp":1311667071,"id":158,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4177056,"timestamp":1311667091,"id":162,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4212319,"timestamp":1311666803,"id":107,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4269508,"timestamp":1311666171,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4296516,"timestamp":1311667097,"id":163,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4296730,"timestamp":1311666903,"id":130,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4346570,"timestamp":1311666773,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4346588,"timestamp":1311666779,"id":100,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4352907,"timestamp":1311666899,"id":129,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4361538,"timestamp":1311667038,"id":151,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4364415,"timestamp":1311666812,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4376417,"timestamp":1311666493,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4423350,"timestamp":1311666953,"id":140,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4423365,"timestamp":1311666959,"id":141,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4429715,"timestamp":1311665663,"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":1787902283755,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4428283,"timestamp":1311667110,"id":165,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4428284,"timestamp":1311667114,"id":166,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4428284,"timestamp":1311667119,"id":167,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4428282,"timestamp":1311667124,"id":168,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"}]
|
|
2
|
+
[{"name":"add-entry","duration":4428469,"timestamp":1311667129,"id":169,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4428470,"timestamp":1311667134,"id":170,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4428469,"timestamp":1311667139,"id":171,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4428468,"timestamp":1311667144,"id":172,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4428467,"timestamp":1311667150,"id":173,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4428466,"timestamp":1311667155,"id":174,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4428465,"timestamp":1311667160,"id":175,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4428468,"timestamp":1311667170,"id":177,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4428476,"timestamp":1311667165,"id":176,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4428541,"timestamp":1311667104,"id":164,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450208,"timestamp":1311666411,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450559,"timestamp":1311666076,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450219,"timestamp":1311666420,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450218,"timestamp":1311666424,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450218,"timestamp":1311666427,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450217,"timestamp":1311666430,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450518,"timestamp":1311666132,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450508,"timestamp":1311666145,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450498,"timestamp":1311666157,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450554,"timestamp":1311666104,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450541,"timestamp":1311666118,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450188,"timestamp":1311666474,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450229,"timestamp":1311666437,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450223,"timestamp":1311666445,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450230,"timestamp":1311666441,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450222,"timestamp":1311666451,"id":41,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450219,"timestamp":1311666457,"id":42,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450216,"timestamp":1311666463,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450201,"timestamp":1311666480,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450215,"timestamp":1311666469,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450200,"timestamp":1311666486,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450180,"timestamp":1311666509,"id":51,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450188,"timestamp":1311666504,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450196,"timestamp":1311666498,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450182,"timestamp":1311666514,"id":52,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450172,"timestamp":1311666527,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450181,"timestamp":1311666520,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450170,"timestamp":1311666533,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450168,"timestamp":1311666538,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450170,"timestamp":1311666542,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450167,"timestamp":1311666547,"id":58,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450159,"timestamp":1311666557,"id":60,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450155,"timestamp":1311666563,"id":61,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450169,"timestamp":1311666552,"id":59,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450150,"timestamp":1311666573,"id":63,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450157,"timestamp":1311666568,"id":62,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450148,"timestamp":1311666580,"id":64,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450130,"timestamp":1311666601,"id":68,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450128,"timestamp":1311666605,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450127,"timestamp":1311666609,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450120,"timestamp":1311666617,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450117,"timestamp":1311666623,"id":73,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450108,"timestamp":1311666634,"id":75,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450096,"timestamp":1311666649,"id":78,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450119,"timestamp":1311666628,"id":74,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450107,"timestamp":1311666644,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450094,"timestamp":1311666659,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450028,"timestamp":1311666728,"id":85,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450024,"timestamp":1311666734,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450021,"timestamp":1311666739,"id":87,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450017,"timestamp":1311666745,"id":89,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450016,"timestamp":1311666748,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450012,"timestamp":1311666755,"id":92,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450018,"timestamp":1311666751,"id":91,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450029,"timestamp":1311666742,"id":88,"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":1787902283756,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450014,"timestamp":1311666758,"id":93,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450013,"timestamp":1311666760,"id":94,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450012,"timestamp":1311666764,"id":95,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":4450012,"timestamp":1311666766,"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":1787902283757,"traceId":"6555bbfcc4fcffa2"},{"name":"make","duration":7262978,"timestamp":1311665379,"id":21,"parentId":19,"tags":{},"startTime":1787902283755,"traceId":"6555bbfcc4fcffa2"},{"name":"get-entries","duration":5824,"timestamp":1318929729,"id":1005,"parentId":1004,"tags":{},"startTime":1787902291019,"traceId":"6555bbfcc4fcffa2"},{"name":"node-file-trace-plugin","duration":10620725,"timestamp":1318957108,"id":1006,"parentId":1004,"tags":{"traceEntryCount":"308"},"startTime":1787902291047,"traceId":"6555bbfcc4fcffa2"},{"name":"collect-traced-files","duration":193555,"timestamp":1329577856,"id":1007,"parentId":1004,"tags":{},"startTime":1787902301668,"traceId":"6555bbfcc4fcffa2"},{"name":"finish-modules","duration":10841891,"timestamp":1318929542,"id":1004,"parentId":20,"tags":{},"startTime":1787902291019,"traceId":"6555bbfcc4fcffa2"},{"name":"chunk-graph","duration":181252,"timestamp":1330221427,"id":1009,"parentId":1008,"tags":{},"startTime":1787902302311,"traceId":"6555bbfcc4fcffa2"},{"name":"optimize-modules","duration":35,"timestamp":1330402868,"id":1011,"parentId":1008,"tags":{},"startTime":1787902302493,"traceId":"6555bbfcc4fcffa2"},{"name":"optimize-chunks","duration":188318,"timestamp":1330403047,"id":1012,"parentId":1008,"tags":{},"startTime":1787902302493,"traceId":"6555bbfcc4fcffa2"},{"name":"optimize-tree","duration":149,"timestamp":1330591481,"id":1013,"parentId":1008,"tags":{},"startTime":1787902302681,"traceId":"6555bbfcc4fcffa2"},{"name":"optimize-chunk-modules","duration":219654,"timestamp":1330591719,"id":1014,"parentId":1008,"tags":{},"startTime":1787902302681,"traceId":"6555bbfcc4fcffa2"},{"name":"optimize","duration":408700,"timestamp":1330402789,"id":1010,"parentId":1008,"tags":{},"startTime":1787902302493,"traceId":"6555bbfcc4fcffa2"},{"name":"module-hash","duration":142329,"timestamp":1330914454,"id":1015,"parentId":1008,"tags":{},"startTime":1787902303004,"traceId":"6555bbfcc4fcffa2"},{"name":"code-generation","duration":51730,"timestamp":1331056889,"id":1016,"parentId":1008,"tags":{},"startTime":1787902303147,"traceId":"6555bbfcc4fcffa2"},{"name":"hash","duration":28872,"timestamp":1331125377,"id":1017,"parentId":1008,"tags":{},"startTime":1787902303215,"traceId":"6555bbfcc4fcffa2"},{"name":"code-generation-jobs","duration":429,"timestamp":1331154244,"id":1018,"parentId":1008,"tags":{},"startTime":1787902303244,"traceId":"6555bbfcc4fcffa2"},{"name":"module-assets","duration":2357,"timestamp":1331154508,"id":1019,"parentId":1008,"tags":{},"startTime":1787902303244,"traceId":"6555bbfcc4fcffa2"},{"name":"create-chunk-assets","duration":9075,"timestamp":1331156886,"id":1020,"parentId":1008,"tags":{},"startTime":1787902303247,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":16762,"timestamp":1331202951,"id":1022,"parentId":1021,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1787902303293,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":16574,"timestamp":1331203152,"id":1023,"parentId":1021,"tags":{"name":"../app/api/assistant/conversation/route.js","cache":"HIT"},"startTime":1787902303293,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12079,"timestamp":1331207649,"id":1025,"parentId":1021,"tags":{"name":"../app/api/assistant/messages/route.js","cache":"HIT"},"startTime":1787902303297,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12057,"timestamp":1331207673,"id":1026,"parentId":1021,"tags":{"name":"../app/api/assistant/session/route.js","cache":"HIT"},"startTime":1787902303297,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12051,"timestamp":1331207681,"id":1027,"parentId":1021,"tags":{"name":"../app/api/assistant/start/route.js","cache":"HIT"},"startTime":1787902303297,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12044,"timestamp":1331207689,"id":1028,"parentId":1021,"tags":{"name":"../app/api/assistant/terminal/route.js","cache":"HIT"},"startTime":1787902303297,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12041,"timestamp":1331207694,"id":1029,"parentId":1021,"tags":{"name":"../app/api/assistant/tools/route.js","cache":"HIT"},"startTime":1787902303297,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12036,"timestamp":1331207700,"id":1030,"parentId":1021,"tags":{"name":"../app/api/auth/login/route.js","cache":"HIT"},"startTime":1787902303297,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12031,"timestamp":1331207706,"id":1031,"parentId":1021,"tags":{"name":"../app/api/auth/logout/route.js","cache":"HIT"},"startTime":1787902303297,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":11914,"timestamp":1331207826,"id":1032,"parentId":1021,"tags":{"name":"../app/api/daily-summary/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":11903,"timestamp":1331207838,"id":1033,"parentId":1021,"tags":{"name":"../app/api/hooks/agent-event/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":11895,"timestamp":1331207847,"id":1034,"parentId":1021,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":11892,"timestamp":1331207852,"id":1035,"parentId":1021,"tags":{"name":"../app/api/hooks/permission-request/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":11889,"timestamp":1331207856,"id":1036,"parentId":1021,"tags":{"name":"../app/api/metrics/vibe/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":11885,"timestamp":1331207862,"id":1037,"parentId":1021,"tags":{"name":"../app/api/ollama/models/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"}]
|
|
3
|
+
[{"name":"minify-js","duration":12175,"timestamp":1331207866,"id":1038,"parentId":1021,"tags":{"name":"../app/api/repositories/[id]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12176,"timestamp":1331207871,"id":1039,"parentId":1021,"tags":{"name":"../app/api/repositories/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12173,"timestamp":1331207876,"id":1040,"parentId":1021,"tags":{"name":"../app/api/repositories/[id]/todos/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12172,"timestamp":1331207880,"id":1041,"parentId":1021,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12170,"timestamp":1331207885,"id":1042,"parentId":1021,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12169,"timestamp":1331207889,"id":1043,"parentId":1021,"tags":{"name":"../app/api/repositories/excluded/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12167,"timestamp":1331207893,"id":1044,"parentId":1021,"tags":{"name":"../app/api/repositories/restore/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12165,"timestamp":1331207898,"id":1045,"parentId":1021,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12163,"timestamp":1331207902,"id":1046,"parentId":1021,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12162,"timestamp":1331207906,"id":1047,"parentId":1021,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12159,"timestamp":1331207912,"id":1048,"parentId":1021,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12157,"timestamp":1331207916,"id":1049,"parentId":1021,"tags":{"name":"../app/api/tasks/[taskId]/cancel/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12139,"timestamp":1331207936,"id":1050,"parentId":1021,"tags":{"name":"../app/api/tasks/[taskId]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12136,"timestamp":1331207941,"id":1051,"parentId":1021,"tags":{"name":"../app/api/templates/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12135,"timestamp":1331207945,"id":1052,"parentId":1021,"tags":{"name":"../app/api/templates/[id]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12133,"timestamp":1331207949,"id":1053,"parentId":1021,"tags":{"name":"../app/api/verification/runs/[runId]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12132,"timestamp":1331207953,"id":1054,"parentId":1021,"tags":{"name":"../app/api/verification/runs/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12129,"timestamp":1331207959,"id":1055,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12128,"timestamp":1331207963,"id":1056,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12126,"timestamp":1331207966,"id":1057,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/clear-composer/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12126,"timestamp":1331207970,"id":1058,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12124,"timestamp":1331207975,"id":1059,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/cmate/schedules/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12122,"timestamp":1331207978,"id":1060,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12121,"timestamp":1331207982,"id":1061,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/env/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12120,"timestamp":1331207985,"id":1062,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/[logId]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12117,"timestamp":1331207991,"id":1063,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12115,"timestamp":1331207996,"id":1064,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12114,"timestamp":1331208000,"id":1065,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/branch/create/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12089,"timestamp":1331208028,"id":1066,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/branch/delete/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12073,"timestamp":1331208046,"id":1067,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/branches/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12071,"timestamp":1331208050,"id":1068,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/checkout/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12069,"timestamp":1331208054,"id":1069,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/commit/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12067,"timestamp":1331208057,"id":1070,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/diff/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12065,"timestamp":1331208061,"id":1071,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/fetch/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12063,"timestamp":1331208064,"id":1072,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/log/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12061,"timestamp":1331208067,"id":1073,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/pull/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12060,"timestamp":1331208070,"id":1074,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/push/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12058,"timestamp":1331208074,"id":1075,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/reset/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12056,"timestamp":1331208077,"id":1076,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/revert/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12054,"timestamp":1331208081,"id":1077,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/show/[commitHash]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12052,"timestamp":1331208084,"id":1078,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/stage/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12050,"timestamp":1331208087,"id":1079,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/stash/[index]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12047,"timestamp":1331208091,"id":1080,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/staged/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12045,"timestamp":1331208094,"id":1081,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/stash/apply/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12044,"timestamp":1331208097,"id":1082,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/stash/pop/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12041,"timestamp":1331208101,"id":1083,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/stash/push/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12040,"timestamp":1331208104,"id":1084,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/stash/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12038,"timestamp":1331208107,"id":1085,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/status/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12036,"timestamp":1331208110,"id":1086,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/unstage/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12035,"timestamp":1331208113,"id":1087,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/git/working-diff/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12033,"timestamp":1331208116,"id":1088,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/instances/opencode/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12032,"timestamp":1331208119,"id":1089,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12030,"timestamp":1331208122,"id":1090,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12028,"timestamp":1331208126,"id":1091,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12026,"timestamp":1331208129,"id":1092,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12024,"timestamp":1331208132,"id":1093,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12022,"timestamp":1331208135,"id":1094,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/marp-render/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12021,"timestamp":1331208138,"id":1095,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/opencode/diff/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12019,"timestamp":1331208142,"id":1096,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/opencode/session/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12017,"timestamp":1331208146,"id":1097,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/opencode/share/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12015,"timestamp":1331208149,"id":1098,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12013,"timestamp":1331208152,"id":1099,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/resolve-target/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12069,"timestamp":1331208156,"id":1100,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12068,"timestamp":1331208159,"id":1101,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12066,"timestamp":1331208162,"id":1102,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/schedules/[scheduleId]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12064,"timestamp":1331208166,"id":1103,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/schedules/active/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12062,"timestamp":1331208169,"id":1104,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/schedules/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12060,"timestamp":1331208172,"id":1105,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12055,"timestamp":1331208178,"id":1106,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12054,"timestamp":1331208181,"id":1107,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12053,"timestamp":1331208184,"id":1108,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/special-keys/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12051,"timestamp":1331208187,"id":1109,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/start-polling/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12050,"timestamp":1331208190,"id":1110,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/tasks/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12048,"timestamp":1331208193,"id":1111,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/timers/history/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12046,"timestamp":1331208196,"id":1112,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12045,"timestamp":1331208198,"id":1113,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/timers/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12043,"timestamp":1331208201,"id":1114,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12042,"timestamp":1331208205,"id":1115,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12040,"timestamp":1331208208,"id":1116,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/todos/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12038,"timestamp":1331208211,"id":1117,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12036,"timestamp":1331208214,"id":1118,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12034,"timestamp":1331208217,"id":1119,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/verify/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12033,"timestamp":1331208220,"id":1120,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/verify/runs/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12030,"timestamp":1331208224,"id":1121,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/verify/runs/[runId]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12029,"timestamp":1331208227,"id":1122,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12028,"timestamp":1331208230,"id":1123,"parentId":1021,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12026,"timestamp":1331208233,"id":1124,"parentId":1021,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12024,"timestamp":1331208236,"id":1125,"parentId":1021,"tags":{"name":"../app/icon1.png/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12022,"timestamp":1331208240,"id":1126,"parentId":1021,"tags":{"name":"../app/manifest.webmanifest/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12020,"timestamp":1331208243,"id":1127,"parentId":1021,"tags":{"name":"../app/icon2.png/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12018,"timestamp":1331208246,"id":1128,"parentId":1021,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12016,"timestamp":1331208249,"id":1129,"parentId":1021,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12015,"timestamp":1331208252,"id":1130,"parentId":1021,"tags":{"name":"../app/api/app/update/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12013,"timestamp":1331208255,"id":1131,"parentId":1021,"tags":{"name":"../app/api/app/update-check/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12011,"timestamp":1331208259,"id":1132,"parentId":1021,"tags":{"name":"../app/api/auth/status/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12010,"timestamp":1331208262,"id":1133,"parentId":1021,"tags":{"name":"../app/api/daily-summary/status/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12008,"timestamp":1331208265,"id":1134,"parentId":1021,"tags":{"name":"../app/api/capabilities/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12006,"timestamp":1331208269,"id":1135,"parentId":1021,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12000,"timestamp":1331208276,"id":1136,"parentId":1021,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":11998,"timestamp":1331208280,"id":1137,"parentId":1021,"tags":{"name":"../app/api/fs/recent-paths/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":11996,"timestamp":1331208283,"id":1138,"parentId":1021,"tags":{"name":"../app/api/fs/browse/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"}]
|
|
4
|
+
[{"name":"minify-js","duration":12161,"timestamp":1331208286,"id":1139,"parentId":1021,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12161,"timestamp":1331208290,"id":1140,"parentId":1021,"tags":{"name":"../app/api/push/escalation/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12159,"timestamp":1331208294,"id":1141,"parentId":1021,"tags":{"name":"../app/api/push/vapid/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12157,"timestamp":1331208297,"id":1142,"parentId":1021,"tags":{"name":"../app/api/push/subscriptions/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12155,"timestamp":1331208300,"id":1143,"parentId":1021,"tags":{"name":"../app/api/sidebar/group-order/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12153,"timestamp":1331208303,"id":1144,"parentId":1021,"tags":{"name":"../app/api/skills/[id]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12151,"timestamp":1331208306,"id":1145,"parentId":1021,"tags":{"name":"../app/api/repositories/validate-path/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12150,"timestamp":1331208309,"id":1146,"parentId":1021,"tags":{"name":"../app/api/skills/reindex/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12148,"timestamp":1331208312,"id":1147,"parentId":1021,"tags":{"name":"../app/api/skills/installations/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12146,"timestamp":1331208316,"id":1148,"parentId":1021,"tags":{"name":"../app/api/skills/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12144,"timestamp":1331208319,"id":1149,"parentId":1021,"tags":{"name":"../app/api/skills/operations/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12142,"timestamp":1331208322,"id":1150,"parentId":1021,"tags":{"name":"../app/api/todos/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12140,"timestamp":1331208325,"id":1151,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12129,"timestamp":1331208337,"id":1152,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12127,"timestamp":1331208341,"id":1153,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12126,"timestamp":1331208344,"id":1154,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/plan/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12124,"timestamp":1331208347,"id":1155,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12122,"timestamp":1331208350,"id":1156,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/update-plan/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12120,"timestamp":1331208353,"id":1157,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/skills/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12119,"timestamp":1331208356,"id":1158,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/install/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12117,"timestamp":1331208360,"id":1159,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12116,"timestamp":1331208363,"id":1160,"parentId":1021,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12114,"timestamp":1331208366,"id":1161,"parentId":1021,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12113,"timestamp":1331208369,"id":1162,"parentId":1021,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/update/route.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12111,"timestamp":1331208372,"id":1163,"parentId":1021,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":12109,"timestamp":1331208375,"id":1164,"parentId":1021,"tags":{"name":"../app/chat/page.js","cache":"HIT"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":11503,"timestamp":1331208983,"id":1166,"parentId":1021,"tags":{"name":"../app/more/page.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":11495,"timestamp":1331208993,"id":1167,"parentId":1021,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":11491,"timestamp":1331208997,"id":1168,"parentId":1021,"tags":{"name":"../app/repositories/page.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":11465,"timestamp":1331209025,"id":1169,"parentId":1021,"tags":{"name":"../app/offline/page.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":11460,"timestamp":1331209031,"id":1170,"parentId":1021,"tags":{"name":"../app/review/page.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":11457,"timestamp":1331209035,"id":1171,"parentId":1021,"tags":{"name":"../app/skills/[skillId]/page.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":11455,"timestamp":1331209039,"id":1172,"parentId":1021,"tags":{"name":"../app/sessions/page.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":11453,"timestamp":1331209042,"id":1173,"parentId":1021,"tags":{"name":"../app/skills/installed/page.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":11451,"timestamp":1331209046,"id":1174,"parentId":1021,"tags":{"name":"../app/skills/page.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":11448,"timestamp":1331209050,"id":1175,"parentId":1021,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10950,"timestamp":1331209550,"id":1177,"parentId":1021,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10945,"timestamp":1331209557,"id":1178,"parentId":1021,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10941,"timestamp":1331209561,"id":1179,"parentId":1021,"tags":{"name":"3543.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10939,"timestamp":1331209565,"id":1180,"parentId":1021,"tags":{"name":"3945.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10937,"timestamp":1331209568,"id":1181,"parentId":1021,"tags":{"name":"2119.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10935,"timestamp":1331209571,"id":1182,"parentId":1021,"tags":{"name":"2445.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10933,"timestamp":1331209575,"id":1183,"parentId":1021,"tags":{"name":"4248.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10931,"timestamp":1331209578,"id":1184,"parentId":1021,"tags":{"name":"2534.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10930,"timestamp":1331209581,"id":1185,"parentId":1021,"tags":{"name":"2980.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10928,"timestamp":1331209585,"id":1186,"parentId":1021,"tags":{"name":"450.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10926,"timestamp":1331209588,"id":1187,"parentId":1021,"tags":{"name":"2816.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10925,"timestamp":1331209591,"id":1188,"parentId":1021,"tags":{"name":"7685.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10922,"timestamp":1331209595,"id":1189,"parentId":1021,"tags":{"name":"3440.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10920,"timestamp":1331209598,"id":1190,"parentId":1021,"tags":{"name":"1162.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10918,"timestamp":1331209601,"id":1191,"parentId":1021,"tags":{"name":"5571.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10916,"timestamp":1331209605,"id":1192,"parentId":1021,"tags":{"name":"6285.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10914,"timestamp":1331209608,"id":1193,"parentId":1021,"tags":{"name":"8098.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10912,"timestamp":1331209612,"id":1194,"parentId":1021,"tags":{"name":"2560.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10909,"timestamp":1331209615,"id":1195,"parentId":1021,"tags":{"name":"1825.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10907,"timestamp":1331209618,"id":1196,"parentId":1021,"tags":{"name":"6159.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10905,"timestamp":1331209622,"id":1197,"parentId":1021,"tags":{"name":"3346.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10903,"timestamp":1331209625,"id":1198,"parentId":1021,"tags":{"name":"9328.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10901,"timestamp":1331209629,"id":1199,"parentId":1021,"tags":{"name":"1262.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10898,"timestamp":1331209633,"id":1200,"parentId":1021,"tags":{"name":"6072.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10897,"timestamp":1331209635,"id":1201,"parentId":1021,"tags":{"name":"9358.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10895,"timestamp":1331209639,"id":1202,"parentId":1021,"tags":{"name":"1296.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10893,"timestamp":1331209642,"id":1203,"parentId":1021,"tags":{"name":"3722.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10892,"timestamp":1331209645,"id":1204,"parentId":1021,"tags":{"name":"8356.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10890,"timestamp":1331209648,"id":1205,"parentId":1021,"tags":{"name":"7941.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10888,"timestamp":1331209651,"id":1206,"parentId":1021,"tags":{"name":"9211.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10887,"timestamp":1331209654,"id":1207,"parentId":1021,"tags":{"name":"5064.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10884,"timestamp":1331209657,"id":1208,"parentId":1021,"tags":{"name":"22.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10882,"timestamp":1331209661,"id":1209,"parentId":1021,"tags":{"name":"5220.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10880,"timestamp":1331209664,"id":1210,"parentId":1021,"tags":{"name":"6337.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10878,"timestamp":1331209667,"id":1211,"parentId":1021,"tags":{"name":"1191.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10876,"timestamp":1331209671,"id":1212,"parentId":1021,"tags":{"name":"6781.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10874,"timestamp":1331209674,"id":1213,"parentId":1021,"tags":{"name":"3241.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10872,"timestamp":1331209677,"id":1214,"parentId":1021,"tags":{"name":"2759.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10870,"timestamp":1331209680,"id":1215,"parentId":1021,"tags":{"name":"2839.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10868,"timestamp":1331209684,"id":1216,"parentId":1021,"tags":{"name":"9508.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10866,"timestamp":1331209687,"id":1217,"parentId":1021,"tags":{"name":"1331.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10864,"timestamp":1331209690,"id":1218,"parentId":1021,"tags":{"name":"641.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10862,"timestamp":1331209693,"id":1219,"parentId":1021,"tags":{"name":"2366.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10861,"timestamp":1331209696,"id":1220,"parentId":1021,"tags":{"name":"1356.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10859,"timestamp":1331209699,"id":1221,"parentId":1021,"tags":{"name":"1503.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":10857,"timestamp":1331209702,"id":1222,"parentId":1021,"tags":{"name":"1634.js","cache":"HIT"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":5124,"timestamp":1331215438,"id":1224,"parentId":1021,"tags":{"name":"6015.js","cache":"HIT"},"startTime":1787902303305,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":3537,"timestamp":1331217026,"id":1226,"parentId":1021,"tags":{"name":"7587.js","cache":"HIT"},"startTime":1787902303307,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":3527,"timestamp":1331217037,"id":1227,"parentId":1021,"tags":{"name":"243.js","cache":"HIT"},"startTime":1787902303307,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":3523,"timestamp":1331217043,"id":1228,"parentId":1021,"tags":{"name":"4689.js","cache":"HIT"},"startTime":1787902303307,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":3519,"timestamp":1331217047,"id":1229,"parentId":1021,"tags":{"name":"5326.js","cache":"HIT"},"startTime":1787902303307,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":3517,"timestamp":1331217051,"id":1230,"parentId":1021,"tags":{"name":"180.js","cache":"HIT"},"startTime":1787902303307,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":3514,"timestamp":1331217055,"id":1231,"parentId":1021,"tags":{"name":"120.js","cache":"HIT"},"startTime":1787902303307,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1046,"timestamp":1331219524,"id":1233,"parentId":1021,"tags":{"name":"8543.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1037,"timestamp":1331219534,"id":1234,"parentId":1021,"tags":{"name":"5611.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1034,"timestamp":1331219538,"id":1235,"parentId":1021,"tags":{"name":"9067.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1031,"timestamp":1331219542,"id":1236,"parentId":1021,"tags":{"name":"9627.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1028,"timestamp":1331219546,"id":1237,"parentId":1021,"tags":{"name":"8807.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1025,"timestamp":1331219550,"id":1238,"parentId":1021,"tags":{"name":"406.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1023,"timestamp":1331219553,"id":1239,"parentId":1021,"tags":{"name":"6065.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1021,"timestamp":1331219556,"id":1240,"parentId":1021,"tags":{"name":"5164.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1018,"timestamp":1331219560,"id":1241,"parentId":1021,"tags":{"name":"9798.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1016,"timestamp":1331219563,"id":1242,"parentId":1021,"tags":{"name":"1714.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1014,"timestamp":1331219566,"id":1243,"parentId":1021,"tags":{"name":"9130.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1011,"timestamp":1331219570,"id":1244,"parentId":1021,"tags":{"name":"4299.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"}]
|
|
5
|
+
[{"name":"minify-js","duration":1098,"timestamp":1331219573,"id":1245,"parentId":1021,"tags":{"name":"7905.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1096,"timestamp":1331219576,"id":1246,"parentId":1021,"tags":{"name":"1886.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1095,"timestamp":1331219580,"id":1247,"parentId":1021,"tags":{"name":"1944.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1092,"timestamp":1331219583,"id":1248,"parentId":1021,"tags":{"name":"1719.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1091,"timestamp":1331219587,"id":1249,"parentId":1021,"tags":{"name":"9051.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1088,"timestamp":1331219590,"id":1250,"parentId":1021,"tags":{"name":"7824.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1086,"timestamp":1331219594,"id":1251,"parentId":1021,"tags":{"name":"7472.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1083,"timestamp":1331219597,"id":1252,"parentId":1021,"tags":{"name":"5017.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1081,"timestamp":1331219601,"id":1253,"parentId":1021,"tags":{"name":"1058.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1076,"timestamp":1331219607,"id":1254,"parentId":1021,"tags":{"name":"1601.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1074,"timestamp":1331219610,"id":1255,"parentId":1021,"tags":{"name":"221.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1071,"timestamp":1331219614,"id":1256,"parentId":1021,"tags":{"name":"9123.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1069,"timestamp":1331219618,"id":1257,"parentId":1021,"tags":{"name":"2328.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1066,"timestamp":1331219621,"id":1258,"parentId":1021,"tags":{"name":"5456.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1064,"timestamp":1331219624,"id":1259,"parentId":1021,"tags":{"name":"5089.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1062,"timestamp":1331219627,"id":1260,"parentId":1021,"tags":{"name":"880.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1060,"timestamp":1331219631,"id":1261,"parentId":1021,"tags":{"name":"2710.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1058,"timestamp":1331219634,"id":1262,"parentId":1021,"tags":{"name":"5048.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1056,"timestamp":1331219637,"id":1263,"parentId":1021,"tags":{"name":"3480.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1054,"timestamp":1331219641,"id":1264,"parentId":1021,"tags":{"name":"9360.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1052,"timestamp":1331219644,"id":1265,"parentId":1021,"tags":{"name":"9584.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1049,"timestamp":1331219647,"id":1266,"parentId":1021,"tags":{"name":"1068.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1047,"timestamp":1331219651,"id":1267,"parentId":1021,"tags":{"name":"9373.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1045,"timestamp":1331219654,"id":1268,"parentId":1021,"tags":{"name":"6274.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1043,"timestamp":1331219657,"id":1269,"parentId":1021,"tags":{"name":"6130.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1040,"timestamp":1331219661,"id":1270,"parentId":1021,"tags":{"name":"5354.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1038,"timestamp":1331219665,"id":1271,"parentId":1021,"tags":{"name":"5737.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1036,"timestamp":1331219668,"id":1272,"parentId":1021,"tags":{"name":"3558.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1034,"timestamp":1331219671,"id":1273,"parentId":1021,"tags":{"name":"28.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1032,"timestamp":1331219674,"id":1274,"parentId":1021,"tags":{"name":"6401.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1031,"timestamp":1331219677,"id":1275,"parentId":1021,"tags":{"name":"9938.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1024,"timestamp":1331219684,"id":1276,"parentId":1021,"tags":{"name":"8584.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1022,"timestamp":1331219687,"id":1277,"parentId":1021,"tags":{"name":"2404.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1020,"timestamp":1331219690,"id":1278,"parentId":1021,"tags":{"name":"848.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1018,"timestamp":1331219693,"id":1279,"parentId":1021,"tags":{"name":"663.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1016,"timestamp":1331219697,"id":1280,"parentId":1021,"tags":{"name":"7506.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1014,"timestamp":1331219700,"id":1281,"parentId":1021,"tags":{"name":"2515.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1011,"timestamp":1331219704,"id":1282,"parentId":1021,"tags":{"name":"222.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1009,"timestamp":1331219707,"id":1283,"parentId":1021,"tags":{"name":"4393.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1007,"timestamp":1331219710,"id":1284,"parentId":1021,"tags":{"name":"365.js","cache":"HIT"},"startTime":1787902303309,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":28279,"timestamp":1331203163,"id":1024,"parentId":1021,"tags":{"name":"../app/api/assistant/current-output/route.js","cache":"MISS"},"startTime":1787902303293,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":29112,"timestamp":1331209054,"id":1176,"parentId":1021,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"MISS"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":32404,"timestamp":1331208379,"id":1165,"parentId":1021,"tags":{"name":"../app/login/page.js","cache":"MISS"},"startTime":1787902303298,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":76257,"timestamp":1331215453,"id":1225,"parentId":1021,"tags":{"name":"3708.js","cache":"MISS"},"startTime":1787902303305,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":95044,"timestamp":1331217058,"id":1232,"parentId":1021,"tags":{"name":"7593.js","cache":"MISS"},"startTime":1787902303307,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":223373,"timestamp":1331209706,"id":1223,"parentId":1021,"tags":{"name":"1366.js","cache":"MISS"},"startTime":1787902303299,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-webpack-plugin-optimize","duration":263470,"timestamp":1331169634,"id":1021,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1787902303259,"traceId":"6555bbfcc4fcffa2"},{"name":"css-minimizer-plugin","duration":262,"timestamp":1331433400,"id":1285,"parentId":19,"tags":{},"startTime":1787902303523,"traceId":"6555bbfcc4fcffa2"},{"name":"create-trace-assets","duration":103452,"timestamp":1331433913,"id":1286,"parentId":20,"tags":{},"startTime":1787902303524,"traceId":"6555bbfcc4fcffa2"},{"name":"seal","duration":1583055,"timestamp":1330015569,"id":1008,"parentId":19,"tags":{},"startTime":1787902302105,"traceId":"6555bbfcc4fcffa2"},{"name":"webpack-compilation","duration":20090866,"timestamp":1311654539,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1787902283744,"traceId":"6555bbfcc4fcffa2"},{"name":"emit","duration":66310,"timestamp":1331746059,"id":1287,"parentId":16,"tags":{},"startTime":1787902303836,"traceId":"6555bbfcc4fcffa2"},{"name":"webpack-close","duration":2388076,"timestamp":1331819201,"id":1288,"parentId":16,"tags":{"name":"server"},"startTime":1787902303909,"traceId":"6555bbfcc4fcffa2"},{"name":"webpack-generate-error-stats","duration":2534,"timestamp":1334207358,"id":1289,"parentId":1288,"tags":{},"startTime":1787902306297,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":106827,"timestamp":1334220074,"id":1292,"parentId":1291,"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":1787902306310,"traceId":"6555bbfcc4fcffa2"},{"name":"make","duration":107303,"timestamp":1334219980,"id":1291,"parentId":1290,"tags":{},"startTime":1787902306310,"traceId":"6555bbfcc4fcffa2"},{"name":"chunk-graph","duration":1635,"timestamp":1334337914,"id":1294,"parentId":1293,"tags":{},"startTime":1787902306428,"traceId":"6555bbfcc4fcffa2"},{"name":"optimize-modules","duration":12,"timestamp":1334339654,"id":1296,"parentId":1293,"tags":{},"startTime":1787902306429,"traceId":"6555bbfcc4fcffa2"},{"name":"optimize-chunks","duration":720,"timestamp":1334339732,"id":1297,"parentId":1293,"tags":{},"startTime":1787902306429,"traceId":"6555bbfcc4fcffa2"},{"name":"optimize-tree","duration":15,"timestamp":1334340532,"id":1298,"parentId":1293,"tags":{},"startTime":1787902306430,"traceId":"6555bbfcc4fcffa2"},{"name":"optimize-chunk-modules","duration":3977,"timestamp":1334340621,"id":1299,"parentId":1293,"tags":{},"startTime":1787902306430,"traceId":"6555bbfcc4fcffa2"},{"name":"optimize","duration":5087,"timestamp":1334339588,"id":1295,"parentId":1293,"tags":{},"startTime":1787902306429,"traceId":"6555bbfcc4fcffa2"},{"name":"module-hash","duration":9448,"timestamp":1334346211,"id":1300,"parentId":1293,"tags":{},"startTime":1787902306436,"traceId":"6555bbfcc4fcffa2"},{"name":"code-generation","duration":414,"timestamp":1334355695,"id":1301,"parentId":1293,"tags":{},"startTime":1787902306445,"traceId":"6555bbfcc4fcffa2"},{"name":"hash","duration":1910,"timestamp":1334357521,"id":1302,"parentId":1293,"tags":{},"startTime":1787902306447,"traceId":"6555bbfcc4fcffa2"},{"name":"code-generation-jobs","duration":151,"timestamp":1334359429,"id":1303,"parentId":1293,"tags":{},"startTime":1787902306449,"traceId":"6555bbfcc4fcffa2"},{"name":"module-assets","duration":71,"timestamp":1334359563,"id":1304,"parentId":1293,"tags":{},"startTime":1787902306449,"traceId":"6555bbfcc4fcffa2"},{"name":"create-chunk-assets","duration":221,"timestamp":1334359640,"id":1305,"parentId":1293,"tags":{},"startTime":1787902306449,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":70,"timestamp":1334364206,"id":1307,"parentId":1306,"tags":{"name":"src/middleware.js","cache":"HIT"},"startTime":1787902306454,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":48,"timestamp":1334364236,"id":1308,"parentId":1306,"tags":{"name":"edge-runtime-webpack.js","cache":"HIT"},"startTime":1787902306454,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":43,"timestamp":1334364243,"id":1309,"parentId":1306,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1787902306454,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-webpack-plugin-optimize","duration":713,"timestamp":1334363579,"id":1306,"parentId":1290,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1787902306453,"traceId":"6555bbfcc4fcffa2"},{"name":"css-minimizer-plugin","duration":10,"timestamp":1334364365,"id":1310,"parentId":1290,"tags":{},"startTime":1787902306454,"traceId":"6555bbfcc4fcffa2"},{"name":"seal","duration":38512,"timestamp":1334334526,"id":1293,"parentId":1290,"tags":{},"startTime":1787902306424,"traceId":"6555bbfcc4fcffa2"},{"name":"webpack-compilation","duration":155084,"timestamp":1334218320,"id":1290,"parentId":16,"tags":{"name":"edge-server"},"startTime":1787902306308,"traceId":"6555bbfcc4fcffa2"},{"name":"emit","duration":3206,"timestamp":1334373555,"id":1311,"parentId":16,"tags":{},"startTime":1787902306463,"traceId":"6555bbfcc4fcffa2"},{"name":"webpack-close","duration":247,"timestamp":1334377282,"id":1312,"parentId":16,"tags":{"name":"edge-server"},"startTime":1787902306467,"traceId":"6555bbfcc4fcffa2"},{"name":"webpack-generate-error-stats","duration":750,"timestamp":1334377541,"id":1313,"parentId":1312,"tags":{},"startTime":1787902306467,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656198,"timestamp":1334392219,"id":1327,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656214,"timestamp":1334392223,"id":1328,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656216,"timestamp":1334392226,"id":1329,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656215,"timestamp":1334392231,"id":1330,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656216,"timestamp":1334392234,"id":1331,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656217,"timestamp":1334392237,"id":1332,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656206,"timestamp":1334392252,"id":1333,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656206,"timestamp":1334392256,"id":1334,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656233,"timestamp":1334392259,"id":1335,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656238,"timestamp":1334392262,"id":1336,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656239,"timestamp":1334392265,"id":1337,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656239,"timestamp":1334392268,"id":1338,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656240,"timestamp":1334392271,"id":1339,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656241,"timestamp":1334392274,"id":1340,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656241,"timestamp":1334392276,"id":1341,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656242,"timestamp":1334392280,"id":1342,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656242,"timestamp":1334392282,"id":1343,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656243,"timestamp":1334392285,"id":1344,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656243,"timestamp":1334392288,"id":1345,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656243,"timestamp":1334392290,"id":1346,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656243,"timestamp":1334392293,"id":1347,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656243,"timestamp":1334392296,"id":1348,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656243,"timestamp":1334392299,"id":1349,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"}]
|
|
6
|
+
[{"name":"add-entry","duration":656489,"timestamp":1334392302,"id":1350,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656490,"timestamp":1334392305,"id":1351,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656491,"timestamp":1334392308,"id":1352,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656492,"timestamp":1334392310,"id":1353,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656492,"timestamp":1334392313,"id":1354,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656493,"timestamp":1334392316,"id":1355,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656493,"timestamp":1334392318,"id":1356,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656495,"timestamp":1334392321,"id":1357,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656496,"timestamp":1334392323,"id":1358,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656496,"timestamp":1334392326,"id":1359,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656496,"timestamp":1334392329,"id":1360,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656497,"timestamp":1334392331,"id":1361,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656497,"timestamp":1334392334,"id":1362,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656497,"timestamp":1334392337,"id":1363,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656497,"timestamp":1334392339,"id":1364,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656498,"timestamp":1334392341,"id":1365,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656498,"timestamp":1334392344,"id":1366,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656498,"timestamp":1334392347,"id":1367,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656498,"timestamp":1334392349,"id":1368,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656498,"timestamp":1334392352,"id":1369,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656498,"timestamp":1334392354,"id":1370,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656498,"timestamp":1334392357,"id":1371,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656498,"timestamp":1334392359,"id":1372,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656499,"timestamp":1334392362,"id":1373,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656499,"timestamp":1334392365,"id":1374,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656500,"timestamp":1334392367,"id":1375,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656500,"timestamp":1334392369,"id":1376,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656501,"timestamp":1334392372,"id":1377,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656501,"timestamp":1334392374,"id":1378,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656501,"timestamp":1334392377,"id":1379,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656501,"timestamp":1334392380,"id":1380,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656500,"timestamp":1334392384,"id":1381,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656499,"timestamp":1334392388,"id":1382,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656498,"timestamp":1334392391,"id":1383,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656498,"timestamp":1334392394,"id":1384,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656499,"timestamp":1334392396,"id":1385,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656500,"timestamp":1334392399,"id":1386,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656500,"timestamp":1334392401,"id":1387,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656500,"timestamp":1334392404,"id":1388,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656500,"timestamp":1334392406,"id":1389,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656501,"timestamp":1334392409,"id":1390,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656501,"timestamp":1334392411,"id":1391,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656502,"timestamp":1334392414,"id":1392,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656502,"timestamp":1334392417,"id":1393,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656503,"timestamp":1334392419,"id":1394,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656504,"timestamp":1334392421,"id":1395,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656505,"timestamp":1334392424,"id":1396,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656505,"timestamp":1334392426,"id":1397,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656506,"timestamp":1334392429,"id":1398,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656505,"timestamp":1334392431,"id":1399,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656505,"timestamp":1334392434,"id":1400,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656506,"timestamp":1334392437,"id":1401,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656505,"timestamp":1334392439,"id":1402,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656505,"timestamp":1334392442,"id":1403,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656506,"timestamp":1334392445,"id":1404,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656506,"timestamp":1334392447,"id":1405,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656506,"timestamp":1334392450,"id":1406,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656506,"timestamp":1334392452,"id":1407,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656506,"timestamp":1334392455,"id":1408,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656507,"timestamp":1334392458,"id":1409,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656504,"timestamp":1334392463,"id":1410,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656504,"timestamp":1334392465,"id":1411,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656505,"timestamp":1334392468,"id":1412,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656505,"timestamp":1334392471,"id":1413,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656505,"timestamp":1334392473,"id":1414,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656505,"timestamp":1334392476,"id":1415,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656506,"timestamp":1334392479,"id":1416,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656505,"timestamp":1334392482,"id":1417,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656505,"timestamp":1334392485,"id":1418,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656505,"timestamp":1334392487,"id":1419,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656505,"timestamp":1334392490,"id":1420,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656505,"timestamp":1334392492,"id":1421,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656523,"timestamp":1334392495,"id":1422,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656524,"timestamp":1334392498,"id":1423,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656525,"timestamp":1334392500,"id":1424,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656525,"timestamp":1334392503,"id":1425,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656526,"timestamp":1334392505,"id":1426,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656526,"timestamp":1334392508,"id":1427,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656526,"timestamp":1334392511,"id":1428,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656526,"timestamp":1334392514,"id":1429,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656526,"timestamp":1334392516,"id":1430,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656527,"timestamp":1334392519,"id":1431,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656527,"timestamp":1334392522,"id":1432,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656528,"timestamp":1334392525,"id":1433,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656528,"timestamp":1334392528,"id":1434,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656529,"timestamp":1334392530,"id":1435,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656529,"timestamp":1334392533,"id":1436,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656529,"timestamp":1334392536,"id":1437,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656529,"timestamp":1334392539,"id":1438,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656529,"timestamp":1334392542,"id":1439,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656529,"timestamp":1334392545,"id":1440,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656529,"timestamp":1334392548,"id":1441,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656530,"timestamp":1334392550,"id":1442,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656530,"timestamp":1334392553,"id":1443,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656531,"timestamp":1334392556,"id":1444,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656529,"timestamp":1334392561,"id":1445,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656528,"timestamp":1334392566,"id":1446,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656528,"timestamp":1334392569,"id":1447,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656528,"timestamp":1334392572,"id":1448,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656528,"timestamp":1334392575,"id":1449,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656529,"timestamp":1334392577,"id":1450,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"}]
|
|
7
|
+
[{"name":"add-entry","duration":656659,"timestamp":1334392580,"id":1451,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656659,"timestamp":1334392583,"id":1452,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656660,"timestamp":1334392585,"id":1453,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656661,"timestamp":1334392588,"id":1454,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656661,"timestamp":1334392591,"id":1455,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656662,"timestamp":1334392593,"id":1456,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656662,"timestamp":1334392596,"id":1457,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656663,"timestamp":1334392599,"id":1458,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656664,"timestamp":1334392602,"id":1459,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656664,"timestamp":1334392605,"id":1460,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":656620,"timestamp":1334392652,"id":1477,"parentId":1315,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":748848,"timestamp":1334392176,"id":1319,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":782870,"timestamp":1334392194,"id":1323,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":786271,"timestamp":1334392211,"id":1325,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":851265,"timestamp":1334392179,"id":1320,"parentId":1315,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":851279,"timestamp":1334392190,"id":1322,"parentId":1315,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":851294,"timestamp":1334392184,"id":1321,"parentId":1315,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":851401,"timestamp":1334392086,"id":1316,"parentId":1315,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":851332,"timestamp":1334392170,"id":1318,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":851359,"timestamp":1334392153,"id":1317,"parentId":1315,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":952825,"timestamp":1334392660,"id":1480,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":952884,"timestamp":1334392631,"id":1469,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":999226,"timestamp":1334392199,"id":1324,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":1176235,"timestamp":1334392215,"id":1326,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":1175867,"timestamp":1334392608,"id":1461,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":1175863,"timestamp":1334392617,"id":1464,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":1175859,"timestamp":1334392625,"id":1467,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":1175855,"timestamp":1334392633,"id":1470,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":1175850,"timestamp":1334392641,"id":1473,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":1175840,"timestamp":1334392655,"id":1478,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":1246160,"timestamp":1334392611,"id":1462,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":1246174,"timestamp":1334392622,"id":1466,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":1246174,"timestamp":1334392628,"id":1468,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":1246161,"timestamp":1334392647,"id":1475,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":1246162,"timestamp":1334392649,"id":1476,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":1286606,"timestamp":1334392614,"id":1463,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":1286624,"timestamp":1334392620,"id":1465,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":1286614,"timestamp":1334392636,"id":1471,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":1286609,"timestamp":1334392644,"id":1474,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":1286600,"timestamp":1334392658,"id":1479,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":1751623,"timestamp":1334392638,"id":1472,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"add-entry","duration":1751624,"timestamp":1334392663,"id":1481,"parentId":1315,"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":1787902306482,"traceId":"6555bbfcc4fcffa2"},{"name":"make","duration":1752655,"timestamp":1334391750,"id":1315,"parentId":1314,"tags":{},"startTime":1787902306481,"traceId":"6555bbfcc4fcffa2"},{"name":"chunk-graph","duration":80474,"timestamp":1336340130,"id":1483,"parentId":1482,"tags":{},"startTime":1787902308430,"traceId":"6555bbfcc4fcffa2"},{"name":"optimize-modules","duration":11,"timestamp":1336420688,"id":1485,"parentId":1482,"tags":{},"startTime":1787902308510,"traceId":"6555bbfcc4fcffa2"},{"name":"optimize-chunks","duration":83191,"timestamp":1336434400,"id":1487,"parentId":1482,"tags":{},"startTime":1787902308524,"traceId":"6555bbfcc4fcffa2"},{"name":"optimize-tree","duration":11,"timestamp":1336517645,"id":1488,"parentId":1482,"tags":{},"startTime":1787902308607,"traceId":"6555bbfcc4fcffa2"},{"name":"optimize-chunk-modules","duration":119438,"timestamp":1336517693,"id":1489,"parentId":1482,"tags":{},"startTime":1787902308607,"traceId":"6555bbfcc4fcffa2"},{"name":"optimize","duration":216529,"timestamp":1336420659,"id":1484,"parentId":1482,"tags":{},"startTime":1787902308510,"traceId":"6555bbfcc4fcffa2"},{"name":"module-hash","duration":76072,"timestamp":1336733969,"id":1490,"parentId":1482,"tags":{},"startTime":1787902308824,"traceId":"6555bbfcc4fcffa2"},{"name":"code-generation","duration":11970,"timestamp":1336810094,"id":1491,"parentId":1482,"tags":{},"startTime":1787902308900,"traceId":"6555bbfcc4fcffa2"},{"name":"hash","duration":14357,"timestamp":1336830545,"id":1492,"parentId":1482,"tags":{},"startTime":1787902308920,"traceId":"6555bbfcc4fcffa2"},{"name":"code-generation-jobs","duration":482,"timestamp":1336844901,"id":1493,"parentId":1482,"tags":{},"startTime":1787902308935,"traceId":"6555bbfcc4fcffa2"},{"name":"module-assets","duration":2260,"timestamp":1336845265,"id":1494,"parentId":1482,"tags":{},"startTime":1787902308935,"traceId":"6555bbfcc4fcffa2"},{"name":"create-chunk-assets","duration":13123,"timestamp":1336847552,"id":1495,"parentId":1482,"tags":{},"startTime":1787902308937,"traceId":"6555bbfcc4fcffa2"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1521,"timestamp":1336864820,"id":1497,"parentId":1314,"tags":{},"startTime":1787902308955,"traceId":"6555bbfcc4fcffa2"},{"name":"NextJsBuildManifest-createassets","duration":2523,"timestamp":1336863839,"id":1496,"parentId":1314,"tags":{},"startTime":1787902308954,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1408,"timestamp":1336880786,"id":1499,"parentId":1498,"tags":{"name":"static/chunks/main-539493b63abb15fd.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1388,"timestamp":1336880818,"id":1500,"parentId":1498,"tags":{"name":"static/chunks/main-app-8d01cdae10986111.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1382,"timestamp":1336880826,"id":1501,"parentId":1498,"tags":{"name":"static/chunks/app/_not-found/page-304751f8b3dbbabf.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1378,"timestamp":1336880832,"id":1502,"parentId":1498,"tags":{"name":"static/chunks/pages/_app-4600827deac7eb97.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1374,"timestamp":1336880837,"id":1503,"parentId":1498,"tags":{"name":"static/chunks/pages/_error-aaa1b9f547e6bfb4.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1369,"timestamp":1336880843,"id":1504,"parentId":1498,"tags":{"name":"static/chunks/app/global-error-ffd25ce4df4512bc.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1366,"timestamp":1336880848,"id":1505,"parentId":1498,"tags":{"name":"static/chunks/app/layout-2a97a0b229cdb392.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1359,"timestamp":1336880856,"id":1506,"parentId":1498,"tags":{"name":"static/chunks/app/error-995a8a26fff05ddd.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1356,"timestamp":1336880861,"id":1507,"parentId":1498,"tags":{"name":"static/chunks/app/loading-a7635442ff41828d.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1353,"timestamp":1336880865,"id":1508,"parentId":1498,"tags":{"name":"static/chunks/app/api/assistant/conversation/route-f4c784f9d54fa7b4.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1349,"timestamp":1336880870,"id":1509,"parentId":1498,"tags":{"name":"static/chunks/app/api/assistant/current-output/route-cda490dcc7fb1578.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1345,"timestamp":1336880875,"id":1510,"parentId":1498,"tags":{"name":"static/chunks/app/api/assistant/messages/route-2fb37b3b53140e6e.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1340,"timestamp":1336880881,"id":1511,"parentId":1498,"tags":{"name":"static/chunks/app/api/assistant/session/route-aab6d3db25a01afc.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1338,"timestamp":1336880885,"id":1512,"parentId":1498,"tags":{"name":"static/chunks/app/api/assistant/start/route-9efeb8a8982bc1a9.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1334,"timestamp":1336880889,"id":1513,"parentId":1498,"tags":{"name":"static/chunks/app/api/assistant/terminal/route-5a146fefaa5be6ad.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1328,"timestamp":1336880896,"id":1514,"parentId":1498,"tags":{"name":"static/chunks/app/api/assistant/tools/route-ac7ec7df519deb4d.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1325,"timestamp":1336880900,"id":1515,"parentId":1498,"tags":{"name":"static/chunks/app/api/auth/login/route-f8598f70189ceb65.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1323,"timestamp":1336880904,"id":1516,"parentId":1498,"tags":{"name":"static/chunks/app/api/auth/logout/route-cc2e04271c55e43f.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1319,"timestamp":1336880910,"id":1517,"parentId":1498,"tags":{"name":"static/chunks/app/api/daily-summary/route-c965637f38236036.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1316,"timestamp":1336880914,"id":1518,"parentId":1498,"tags":{"name":"static/chunks/app/api/hooks/agent-event/route-949df1a4ea256ca9.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1311,"timestamp":1336880920,"id":1519,"parentId":1498,"tags":{"name":"static/chunks/app/api/hooks/claude-done/route-e1e57dabb14ac0a8.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1308,"timestamp":1336880924,"id":1520,"parentId":1498,"tags":{"name":"static/chunks/app/api/hooks/permission-request/route-0c5594b74050bf9b.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1306,"timestamp":1336880928,"id":1521,"parentId":1498,"tags":{"name":"static/chunks/app/api/metrics/vibe/route-7df3c200356fbeb8.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1301,"timestamp":1336880933,"id":1522,"parentId":1498,"tags":{"name":"static/chunks/app/api/ollama/models/route-c79266c17fe678b5.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1299,"timestamp":1336880937,"id":1523,"parentId":1498,"tags":{"name":"static/chunks/app/api/repositories/[id]/route-0488f2dd5e7e63a0.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1295,"timestamp":1336880941,"id":1524,"parentId":1498,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/[todoId]/route-082421473209fc95.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1292,"timestamp":1336880947,"id":1525,"parentId":1498,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/route-58fa9defe83e20cc.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1289,"timestamp":1336880951,"id":1526,"parentId":1498,"tags":{"name":"static/chunks/app/api/repositories/clone/route-7593d9c435c3c447.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1286,"timestamp":1336880956,"id":1527,"parentId":1498,"tags":{"name":"static/chunks/app/api/repositories/clone/[jobId]/route-39c56416265b79f5.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1283,"timestamp":1336880960,"id":1528,"parentId":1498,"tags":{"name":"static/chunks/app/api/repositories/excluded/route-d588b2562958a278.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1279,"timestamp":1336880965,"id":1529,"parentId":1498,"tags":{"name":"static/chunks/app/api/repositories/restore/route-0c2f2c558d95053d.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1275,"timestamp":1336880971,"id":1530,"parentId":1498,"tags":{"name":"static/chunks/app/api/repositories/route-88741f4be09f3085.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1272,"timestamp":1336880974,"id":1531,"parentId":1498,"tags":{"name":"static/chunks/app/api/repositories/scan/route-b5743ef217ccd257.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1270,"timestamp":1336880978,"id":1532,"parentId":1498,"tags":{"name":"static/chunks/app/api/repositories/sync/route-c23c8db0a2b230aa.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1265,"timestamp":1336880984,"id":1533,"parentId":1498,"tags":{"name":"static/chunks/app/api/slash-commands/route-adcf912dc7afa997.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1262,"timestamp":1336880988,"id":1534,"parentId":1498,"tags":{"name":"static/chunks/app/api/tasks/[taskId]/cancel/route-2b7e7e5d0c14cdfe.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1258,"timestamp":1336880993,"id":1535,"parentId":1498,"tags":{"name":"static/chunks/app/api/tasks/[taskId]/route-f8beff902514bbdc.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1255,"timestamp":1336880998,"id":1536,"parentId":1498,"tags":{"name":"static/chunks/app/api/templates/route-61a88ed8e0e4a689.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1237,"timestamp":1336881017,"id":1537,"parentId":1498,"tags":{"name":"static/chunks/app/api/templates/[id]/route-dd696aa9d752b71f.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1233,"timestamp":1336881023,"id":1538,"parentId":1498,"tags":{"name":"static/chunks/app/api/verification/runs/[runId]/route-73a4b5b5a51a29ff.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1230,"timestamp":1336881027,"id":1539,"parentId":1498,"tags":{"name":"static/chunks/app/api/verification/runs/route-a9cff0866d597105.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1227,"timestamp":1336881030,"id":1540,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/auto-yes/route-cf23d7d188f50e04.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1223,"timestamp":1336881037,"id":1541,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/capture/route-2a41ac2e7940cd53.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1220,"timestamp":1336881041,"id":1542,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/clear-composer/route-099fe18e64adb07c.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"}]
|
|
8
|
+
[{"name":"minify-js","duration":1440,"timestamp":1336881046,"id":1543,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cli-tool/route-84fc7df68585a6a2.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1439,"timestamp":1336881050,"id":1544,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cmate/schedules/route-b2104c65564787fe.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1437,"timestamp":1336881055,"id":1545,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/current-output/route-036d978bd4c2f220.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1434,"timestamp":1336881060,"id":1546,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/env/route-1eafcbbcce547956.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1433,"timestamp":1336881064,"id":1547,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-ecc735d82f412fa4.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1431,"timestamp":1336881068,"id":1548,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/route-f42f910a907b5ca1.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1428,"timestamp":1336881073,"id":1549,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/files/[...path]/route-f0fcd13c52f1481a.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1426,"timestamp":1336881077,"id":1550,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/create/route-0a2fdc9ee6ecff13.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1424,"timestamp":1336881082,"id":1551,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/delete/route-27023bd6806434e7.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1420,"timestamp":1336881087,"id":1552,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branches/route-8f664720096ae82c.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1418,"timestamp":1336881091,"id":1553,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/checkout/route-a86aa97b9818cb7a.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1415,"timestamp":1336881097,"id":1554,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/commit/route-bcd3d10d99e8bef3.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1414,"timestamp":1336881100,"id":1555,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/diff/route-bce77243d3984977.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1412,"timestamp":1336881104,"id":1556,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/fetch/route-93506012d2d981fd.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1409,"timestamp":1336881110,"id":1557,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/log/route-3222488247c93eb4.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1407,"timestamp":1336881114,"id":1558,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/pull/route-79d4f3ff40d2c3aa.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1403,"timestamp":1336881119,"id":1559,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/push/route-2dee070099c3e8f0.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1401,"timestamp":1336881123,"id":1560,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/reset/route-1249db7f9b6575ed.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1399,"timestamp":1336881128,"id":1561,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/revert/route-709e00c223b3846c.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1394,"timestamp":1336881135,"id":1562,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-4c8b80f471e35ee6.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1367,"timestamp":1336881163,"id":1563,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stage/route-c4d1d21774350a68.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1364,"timestamp":1336881169,"id":1564,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-b8731d70f74b9b68.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1362,"timestamp":1336881173,"id":1565,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/staged/route-cf30e40d8aea5e39.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1360,"timestamp":1336881177,"id":1566,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/apply/route-1606729a0a2f2de0.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1357,"timestamp":1336881182,"id":1567,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/pop/route-825238490abc93ee.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1354,"timestamp":1336881186,"id":1568,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/push/route-b83fb0825faa425a.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1350,"timestamp":1336881192,"id":1569,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/route-b35130f60757d5af.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1348,"timestamp":1336881196,"id":1570,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/status/route-897d587d5fe41b8a.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1345,"timestamp":1336881201,"id":1571,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/unstage/route-a6fe4b088acf544b.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1341,"timestamp":1336881206,"id":1572,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/working-diff/route-2ac385d9f6af13fe.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1340,"timestamp":1336881210,"id":1573,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/instances/opencode/route-f4d00c3d52d5b462.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1337,"timestamp":1336881214,"id":1574,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/interrupt/route-e6389df4879f142d.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1334,"timestamp":1336881219,"id":1575,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/kill-session/route-68573c24245c38df.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1332,"timestamp":1336881223,"id":1576,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-0dd25fb47316579d.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1327,"timestamp":1336881229,"id":1577,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/route-5ce2701d402d781a.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1325,"timestamp":1336881233,"id":1578,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/messages/route-6a93c06ac140e036.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1323,"timestamp":1336881238,"id":1579,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/marp-render/route-ccf41b85ebbf74e4.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1320,"timestamp":1336881243,"id":1580,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/opencode/diff/route-649dac94aa21b3e3.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1318,"timestamp":1336881247,"id":1581,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/opencode/session/route-d23415b1cf79810b.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1316,"timestamp":1336881252,"id":1582,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/opencode/share/route-a9a9bd729a6f103e.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1314,"timestamp":1336881257,"id":1583,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/prompt-response/route-7f66bd4bdfbfe354.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1311,"timestamp":1336881261,"id":1584,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/resolve-target/route-f4178fc24b03f425.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1308,"timestamp":1336881267,"id":1585,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/respond/route-c5c5cad91fe744ef.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1305,"timestamp":1336881271,"id":1586,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/route-fedf598f97a3466a.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1303,"timestamp":1336881275,"id":1587,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-1e60effee721a5e8.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1300,"timestamp":1336881280,"id":1588,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/active/route-1061c5834af58003.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1296,"timestamp":1336881286,"id":1589,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/route-7119663991565f21.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1294,"timestamp":1336881290,"id":1590,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/search/route-1f42ee149350d967.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1292,"timestamp":1336881295,"id":1591,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/send/route-35826e9c722e9778.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1288,"timestamp":1336881301,"id":1592,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/slash-commands/route-5c4d82b00e5a863e.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1286,"timestamp":1336881306,"id":1593,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/special-keys/route-197ef0b7c183db89.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1284,"timestamp":1336881311,"id":1594,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/start-polling/route-c859ea183702a8df.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1283,"timestamp":1336881314,"id":1595,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tasks/route-34414ead7c27ab29.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1280,"timestamp":1336881319,"id":1596,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/history/route-2224e5b553aa6215.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1276,"timestamp":1336881324,"id":1597,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/terminal/route-7b92f88d251f43a8.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1274,"timestamp":1336881328,"id":1598,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/route-84a64b86904b2f2e.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1271,"timestamp":1336881332,"id":1599,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-8128b579e113c197.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1269,"timestamp":1336881336,"id":1600,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/[...path]/route-04aafd0abbfbe262.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1266,"timestamp":1336881341,"id":1601,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/route-0e98062edb67a7af.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1263,"timestamp":1336881345,"id":1602,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/route-d38b15ddf11459d7.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1259,"timestamp":1336881350,"id":1603,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/upload/[...path]/route-fd9d82590a6d07f1.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1255,"timestamp":1336881355,"id":1604,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/route-1a2ea42299cffd0c.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1251,"timestamp":1336881360,"id":1605,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/runs/route-02f05a84e61d68c2.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1248,"timestamp":1336881364,"id":1606,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/route-e54df41849f2a54e.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1245,"timestamp":1336881369,"id":1607,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/viewed/route-03c211526da46bab.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1241,"timestamp":1336881374,"id":1608,"parentId":1498,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-343ddf88fc2b1b5c.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1237,"timestamp":1336881379,"id":1609,"parentId":1498,"tags":{"name":"static/chunks/app/api/app/update/route-23dc3e6c05275ea1.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1234,"timestamp":1336881383,"id":1610,"parentId":1498,"tags":{"name":"static/chunks/app/api/app/update-check/route-e43a1568d9a5b708.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1231,"timestamp":1336881387,"id":1611,"parentId":1498,"tags":{"name":"static/chunks/app/api/auth/status/route-fbdd51344b2c58de.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1228,"timestamp":1336881392,"id":1612,"parentId":1498,"tags":{"name":"static/chunks/app/api/daily-summary/status/route-49451aaf49e3bc71.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1224,"timestamp":1336881396,"id":1613,"parentId":1498,"tags":{"name":"static/chunks/app/api/capabilities/route-e94be1c8b2c1f546.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1221,"timestamp":1336881401,"id":1614,"parentId":1498,"tags":{"name":"static/chunks/app/api/external-apps/[id]/health/route-b40c96bbad2ee6e2.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1217,"timestamp":1336881406,"id":1615,"parentId":1498,"tags":{"name":"static/chunks/app/api/external-apps/route-5e447b9b36e3cfb9.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1214,"timestamp":1336881410,"id":1616,"parentId":1498,"tags":{"name":"static/chunks/app/api/fs/recent-paths/route-49aeca9d30358135.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1211,"timestamp":1336881415,"id":1617,"parentId":1498,"tags":{"name":"static/chunks/app/api/fs/browse/route-f941c7a8d9063774.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1207,"timestamp":1336881419,"id":1618,"parentId":1498,"tags":{"name":"static/chunks/app/api/external-apps/[id]/route-efe6cf4baff91acb.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1204,"timestamp":1336881425,"id":1619,"parentId":1498,"tags":{"name":"static/chunks/app/api/push/escalation/route-14a8ca98fdd0180c.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1200,"timestamp":1336881429,"id":1620,"parentId":1498,"tags":{"name":"static/chunks/app/api/push/vapid/route-1da429c4e569f9dd.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1197,"timestamp":1336881433,"id":1621,"parentId":1498,"tags":{"name":"static/chunks/app/api/push/subscriptions/route-4333343dbaa85611.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1194,"timestamp":1336881438,"id":1622,"parentId":1498,"tags":{"name":"static/chunks/app/api/sidebar/group-order/route-221271521c97b8fa.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1191,"timestamp":1336881442,"id":1623,"parentId":1498,"tags":{"name":"static/chunks/app/api/skills/[id]/route-fdcb52e1e0a50b75.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1188,"timestamp":1336881446,"id":1624,"parentId":1498,"tags":{"name":"static/chunks/app/api/repositories/validate-path/route-7d94e972cb8a7973.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1185,"timestamp":1336881451,"id":1625,"parentId":1498,"tags":{"name":"static/chunks/app/api/skills/reindex/route-c5cf16a027ea7857.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1182,"timestamp":1336881455,"id":1626,"parentId":1498,"tags":{"name":"static/chunks/app/api/skills/installations/route-c251ab5dccf577dc.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1177,"timestamp":1336881461,"id":1627,"parentId":1498,"tags":{"name":"static/chunks/app/api/skills/route-9f63d3a590b20735.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1168,"timestamp":1336881472,"id":1628,"parentId":1498,"tags":{"name":"static/chunks/app/api/skills/operations/route-3176b53e2a33a87b.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1164,"timestamp":1336881477,"id":1629,"parentId":1498,"tags":{"name":"static/chunks/app/api/todos/route-42eb80b7bcb3d5b7.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1161,"timestamp":1336881481,"id":1630,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/route-229dbdc96466e415.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1158,"timestamp":1336881486,"id":1631,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/[filename]/route-d52769bb422683b8.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1155,"timestamp":1336881490,"id":1632,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-2c20768a0dc555e5.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1151,"timestamp":1336881495,"id":1633,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-b01af84ff94d3599.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1148,"timestamp":1336881499,"id":1634,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-e8cbd2e81945a553.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1144,"timestamp":1336881504,"id":1635,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/update-plan/route-e79da34e8d38da19.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1141,"timestamp":1336881508,"id":1636,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/route-18d5b3b7fb65fa53.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1138,"timestamp":1336881513,"id":1637,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-b58053d89ea17d2d.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1135,"timestamp":1336881517,"id":1638,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-bcfeac60128dbe09.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1131,"timestamp":1336881521,"id":1639,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/route-00935cd6cfab0472.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1128,"timestamp":1336881525,"id":1640,"parentId":1498,"tags":{"name":"static/chunks/app/proxy/[...path]/route-0f65362f591005ae.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1125,"timestamp":1336881530,"id":1641,"parentId":1498,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/update/route-f25c3318d5ffeb6d.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1121,"timestamp":1336881536,"id":1642,"parentId":1498,"tags":{"name":"static/chunks/app/chat/loading-d434ee28efc4542b.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1118,"timestamp":1336881540,"id":1643,"parentId":1498,"tags":{"name":"static/chunks/app/chat/page-1235aace89e497e5.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"}]
|
|
9
|
+
[{"name":"minify-js","duration":1212,"timestamp":1336881545,"id":1644,"parentId":1498,"tags":{"name":"static/chunks/app/login/page-c499d6ce03c8d99b.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1209,"timestamp":1336881550,"id":1645,"parentId":1498,"tags":{"name":"static/chunks/app/more/loading-fd3a6ecce972c7ab.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1206,"timestamp":1336881554,"id":1646,"parentId":1498,"tags":{"name":"static/chunks/app/more/page-c88f8bb40cf51d0f.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1203,"timestamp":1336881558,"id":1647,"parentId":1498,"tags":{"name":"static/chunks/app/page-b38e21d469198e1f.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1200,"timestamp":1336881563,"id":1648,"parentId":1498,"tags":{"name":"static/chunks/app/repositories/loading-8fe44aade831ffaf.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1197,"timestamp":1336881567,"id":1649,"parentId":1498,"tags":{"name":"static/chunks/app/repositories/page-fbce6852e84d2b69.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1194,"timestamp":1336881572,"id":1650,"parentId":1498,"tags":{"name":"static/chunks/app/offline/page-b9127940b8a02099.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1189,"timestamp":1336881578,"id":1651,"parentId":1498,"tags":{"name":"static/chunks/app/review/loading-8c56140c074acf04.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1186,"timestamp":1336881583,"id":1652,"parentId":1498,"tags":{"name":"static/chunks/app/review/page-4a08a1f0194cd525.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1183,"timestamp":1336881587,"id":1653,"parentId":1498,"tags":{"name":"static/chunks/app/skills/[skillId]/page-472f158e36dc4c27.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1180,"timestamp":1336881591,"id":1654,"parentId":1498,"tags":{"name":"static/chunks/app/sessions/loading-330c917c3178d72e.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1177,"timestamp":1336881596,"id":1655,"parentId":1498,"tags":{"name":"static/chunks/app/sessions/page-c90eb4d15abaea74.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1173,"timestamp":1336881601,"id":1656,"parentId":1498,"tags":{"name":"static/chunks/app/skills/installed/page-657bece4fb285118.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1170,"timestamp":1336881605,"id":1657,"parentId":1498,"tags":{"name":"static/chunks/app/skills/page-7e7f1c3277f9d1b7.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1167,"timestamp":1336881609,"id":1658,"parentId":1498,"tags":{"name":"static/chunks/app/worktrees/[id]/layout-2b0bd77745bc07d9.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1164,"timestamp":1336881613,"id":1659,"parentId":1498,"tags":{"name":"static/chunks/app/worktrees/[id]/loading-dc4de5720f6ab5ff.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1160,"timestamp":1336881618,"id":1660,"parentId":1498,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-5be1048d0099591c.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1156,"timestamp":1336881623,"id":1661,"parentId":1498,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-4e24ab2f0dab7883.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1154,"timestamp":1336881627,"id":1662,"parentId":1498,"tags":{"name":"static/chunks/app/worktrees/[id]/page-ac04e1e06068692d.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1151,"timestamp":1336881632,"id":1663,"parentId":1498,"tags":{"name":"static/chunks/webpack-8fc1abed5cff4fed.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1148,"timestamp":1336881636,"id":1664,"parentId":1498,"tags":{"name":"static/chunks/3922.1161db9acd11d263.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1145,"timestamp":1336881640,"id":1665,"parentId":1498,"tags":{"name":"static/chunks/953.ef4497e399601a97.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1142,"timestamp":1336881644,"id":1666,"parentId":1498,"tags":{"name":"static/chunks/530.f3e15fed2b4d9622.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1140,"timestamp":1336881648,"id":1667,"parentId":1498,"tags":{"name":"static/chunks/7229.916880a7075026ef.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1137,"timestamp":1336881652,"id":1668,"parentId":1498,"tags":{"name":"static/chunks/6271.792686b74945e8ec.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1134,"timestamp":1336881656,"id":1669,"parentId":1498,"tags":{"name":"static/chunks/4378.9660630b193ad93a.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1132,"timestamp":1336881660,"id":1670,"parentId":1498,"tags":{"name":"static/chunks/4943.65fe9b5a42528e95.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1128,"timestamp":1336881664,"id":1671,"parentId":1498,"tags":{"name":"static/chunks/8923.fee092ea3f1183f4.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1126,"timestamp":1336881668,"id":1672,"parentId":1498,"tags":{"name":"static/chunks/4937.dccf0357fecc5723.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1123,"timestamp":1336881673,"id":1673,"parentId":1498,"tags":{"name":"static/chunks/4489.0d368cde1fb3357b.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1120,"timestamp":1336881677,"id":1674,"parentId":1498,"tags":{"name":"static/chunks/5142.367bd3be117eed79.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1117,"timestamp":1336881681,"id":1675,"parentId":1498,"tags":{"name":"static/chunks/2935.2ebbb100e3d43c64.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1114,"timestamp":1336881685,"id":1676,"parentId":1498,"tags":{"name":"static/chunks/7732.341d025efb77d613.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1111,"timestamp":1336881690,"id":1677,"parentId":1498,"tags":{"name":"static/chunks/2918.07ccdcb387059c26.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1108,"timestamp":1336881694,"id":1678,"parentId":1498,"tags":{"name":"static/chunks/3862.537a6082bef9f803.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1104,"timestamp":1336881699,"id":1679,"parentId":1498,"tags":{"name":"static/chunks/8706.a191055071758495.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1102,"timestamp":1336881703,"id":1680,"parentId":1498,"tags":{"name":"static/chunks/4384.18b73d21bb82bbb3.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1099,"timestamp":1336881707,"id":1681,"parentId":1498,"tags":{"name":"static/chunks/7528.6f2689bf02ee7e39.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1096,"timestamp":1336881710,"id":1682,"parentId":1498,"tags":{"name":"static/chunks/7095.1a931e6913f28393.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1094,"timestamp":1336881715,"id":1683,"parentId":1498,"tags":{"name":"static/chunks/6596.bb65008aa0ac68d6.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1091,"timestamp":1336881719,"id":1684,"parentId":1498,"tags":{"name":"static/chunks/2311.498eabd1cf6b053c.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1088,"timestamp":1336881723,"id":1685,"parentId":1498,"tags":{"name":"static/chunks/2156.9b99294d52c96d16.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1085,"timestamp":1336881727,"id":1686,"parentId":1498,"tags":{"name":"static/chunks/2601.a828eccc4459dca1.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1083,"timestamp":1336881731,"id":1687,"parentId":1498,"tags":{"name":"static/chunks/5694.201d0e2a5d98a3d6.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1079,"timestamp":1336881736,"id":1688,"parentId":1498,"tags":{"name":"static/chunks/2789.211fa0f02c57b80f.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1076,"timestamp":1336881740,"id":1689,"parentId":1498,"tags":{"name":"static/chunks/8871.d9339ecb3eb1391d.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1073,"timestamp":1336881745,"id":1690,"parentId":1498,"tags":{"name":"static/chunks/7318.13546d24a16d19c8.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1069,"timestamp":1336881750,"id":1691,"parentId":1498,"tags":{"name":"static/chunks/5222.70661c975007e6b1.js","cache":"HIT"},"startTime":1787902308971,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1066,"timestamp":1336881755,"id":1692,"parentId":1498,"tags":{"name":"static/chunks/70.711e53c7c9f310df.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1063,"timestamp":1336881759,"id":1693,"parentId":1498,"tags":{"name":"static/chunks/7295.98f5a5b75283c24e.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1060,"timestamp":1336881763,"id":1694,"parentId":1498,"tags":{"name":"static/chunks/8339.0eec7dc6c4205f28.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1057,"timestamp":1336881768,"id":1695,"parentId":1498,"tags":{"name":"static/chunks/5146.080c4cbbd65deea4.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1054,"timestamp":1336881772,"id":1696,"parentId":1498,"tags":{"name":"static/chunks/282.5ed107c9ab46fa5f.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1050,"timestamp":1336881776,"id":1697,"parentId":1498,"tags":{"name":"static/chunks/1345.6321ea113d5bede1.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1047,"timestamp":1336881781,"id":1698,"parentId":1498,"tags":{"name":"static/chunks/5202.c595eef02cbf17a3.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1045,"timestamp":1336881785,"id":1699,"parentId":1498,"tags":{"name":"static/chunks/9775.7f5ac34a0ad29393.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1043,"timestamp":1336881789,"id":1700,"parentId":1498,"tags":{"name":"static/chunks/7968.4ca6adf1b5e72a04.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1040,"timestamp":1336881793,"id":1701,"parentId":1498,"tags":{"name":"static/chunks/3389.491645b95208b655.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1037,"timestamp":1336881798,"id":1702,"parentId":1498,"tags":{"name":"static/chunks/1394.8e56f315b770b4ef.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1034,"timestamp":1336881802,"id":1703,"parentId":1498,"tags":{"name":"static/chunks/577.c5f69dfebe2d4d32.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1030,"timestamp":1336881806,"id":1704,"parentId":1498,"tags":{"name":"static/chunks/2466.2d67cac2e3573f2a.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1027,"timestamp":1336881811,"id":1705,"parentId":1498,"tags":{"name":"static/chunks/framework-38fa8b5af7d90358.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1024,"timestamp":1336881815,"id":1706,"parentId":1498,"tags":{"name":"static/chunks/90542734.d8eec2a0f0f4cbd2.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1020,"timestamp":1336881820,"id":1707,"parentId":1498,"tags":{"name":"static/chunks/2ff9d716.e3d80ce219276621.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1017,"timestamp":1336881824,"id":1708,"parentId":1498,"tags":{"name":"static/chunks/af7f6608.5e51d05bf66c954d.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1014,"timestamp":1336881828,"id":1709,"parentId":1498,"tags":{"name":"static/chunks/d3ac728e.46277dd0271c22bd.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1011,"timestamp":1336881833,"id":1710,"parentId":1498,"tags":{"name":"static/chunks/4bd1b696-665cdfd6171c0dfe.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1008,"timestamp":1336881837,"id":1711,"parentId":1498,"tags":{"name":"static/chunks/30d07d85.eda90ffd1f72af84.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1006,"timestamp":1336881841,"id":1712,"parentId":1498,"tags":{"name":"static/chunks/6809-ea0b73285ee2d5b8.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1003,"timestamp":1336881845,"id":1713,"parentId":1498,"tags":{"name":"static/chunks/4909-29e7375ee477be0e.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":1000,"timestamp":1336881850,"id":1714,"parentId":1498,"tags":{"name":"static/chunks/2770-88afd26d68c8f149.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":997,"timestamp":1336881854,"id":1715,"parentId":1498,"tags":{"name":"static/chunks/790-91e4cc5255faf403.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":993,"timestamp":1336881858,"id":1716,"parentId":1498,"tags":{"name":"static/chunks/4974-8a5cd7ac3ab8bc7e.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":989,"timestamp":1336881863,"id":1717,"parentId":1498,"tags":{"name":"static/chunks/4459.4838a33157fb1a62.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":985,"timestamp":1336881868,"id":1718,"parentId":1498,"tags":{"name":"static/chunks/4290.179b03a83a774748.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":982,"timestamp":1336881872,"id":1719,"parentId":1498,"tags":{"name":"static/chunks/8566-6907d69a61abbfdd.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":979,"timestamp":1336881877,"id":1720,"parentId":1498,"tags":{"name":"static/chunks/9948-1179ea549ed77972.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":976,"timestamp":1336881881,"id":1721,"parentId":1498,"tags":{"name":"static/chunks/9856.0b6ad271de065950.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":973,"timestamp":1336881885,"id":1722,"parentId":1498,"tags":{"name":"static/chunks/1191-929957caf145015a.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":970,"timestamp":1336881890,"id":1723,"parentId":1498,"tags":{"name":"static/chunks/5542-a10a9f427d64f678.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":967,"timestamp":1336881893,"id":1724,"parentId":1498,"tags":{"name":"static/chunks/5951.af60d0ca20c7b9c0.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":964,"timestamp":1336881897,"id":1725,"parentId":1498,"tags":{"name":"static/chunks/6690.e4c27364805e5969.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":961,"timestamp":1336881901,"id":1726,"parentId":1498,"tags":{"name":"static/chunks/9076.a8e4846115ded724.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":958,"timestamp":1336881906,"id":1727,"parentId":1498,"tags":{"name":"static/chunks/7485.c9571ab4860a44ed.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":955,"timestamp":1336881910,"id":1728,"parentId":1498,"tags":{"name":"static/chunks/3968-313559a71234de16.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":951,"timestamp":1336881915,"id":1729,"parentId":1498,"tags":{"name":"static/chunks/1255-8e09e41c0147c246.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":948,"timestamp":1336881919,"id":1730,"parentId":1498,"tags":{"name":"static/chunks/6402-75715c343440fb56.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":945,"timestamp":1336881923,"id":1731,"parentId":1498,"tags":{"name":"static/chunks/3361-28aa9bada479a28c.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":942,"timestamp":1336881927,"id":1732,"parentId":1498,"tags":{"name":"static/chunks/6381-60808fe61922608a.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":939,"timestamp":1336881932,"id":1733,"parentId":1498,"tags":{"name":"static/chunks/5229-cafbec876b2a9232.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":936,"timestamp":1336881936,"id":1734,"parentId":1498,"tags":{"name":"static/chunks/2751-46a5bbf4e8f22aea.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":932,"timestamp":1336881941,"id":1735,"parentId":1498,"tags":{"name":"static/chunks/2053-11012b32db366351.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":929,"timestamp":1336881946,"id":1736,"parentId":1498,"tags":{"name":"static/chunks/4322-e69448c87a66faa4.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":926,"timestamp":1336881950,"id":1737,"parentId":1498,"tags":{"name":"static/chunks/1188-58b10cca63161219.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":923,"timestamp":1336881954,"id":1738,"parentId":1498,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":735,"timestamp":1336882143,"id":1740,"parentId":1498,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":691,"timestamp":1336882189,"id":1742,"parentId":1498,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":2102,"timestamp":1336881961,"id":1739,"parentId":1498,"tags":{"name":"static/0GHE2JGlFzqvSBZAcBFSt/_ssgManifest.js","cache":"MISS"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-js","duration":5812,"timestamp":1336882151,"id":1741,"parentId":1498,"tags":{"name":"static/0GHE2JGlFzqvSBZAcBFSt/_buildManifest.js","cache":"MISS"},"startTime":1787902308972,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-webpack-plugin-optimize","duration":16314,"timestamp":1336871661,"id":1498,"parentId":1314,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1787902308961,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-css","duration":141,"timestamp":1336888217,"id":1744,"parentId":1743,"tags":{"file":"static/css/08db0ee30be10391.css","cache":"HIT"},"startTime":1787902308978,"traceId":"6555bbfcc4fcffa2"}]
|
|
10
|
+
[{"name":"minify-css","duration":252,"timestamp":1336888265,"id":1745,"parentId":1743,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1787902308978,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-css","duration":250,"timestamp":1336888270,"id":1746,"parentId":1743,"tags":{"file":"static/css/11b25db9b78774b4.css","cache":"HIT"},"startTime":1787902308978,"traceId":"6555bbfcc4fcffa2"},{"name":"minify-css","duration":247,"timestamp":1336888275,"id":1747,"parentId":1743,"tags":{"file":"static/css/153d973bdcddfb5b.css","cache":"HIT"},"startTime":1787902308978,"traceId":"6555bbfcc4fcffa2"},{"name":"css-minimizer-plugin","duration":478,"timestamp":1336888129,"id":1743,"parentId":1314,"tags":{},"startTime":1787902308978,"traceId":"6555bbfcc4fcffa2"},{"name":"seal","duration":712700,"timestamp":1336241773,"id":1482,"parentId":1314,"tags":{},"startTime":1787902308332,"traceId":"6555bbfcc4fcffa2"},{"name":"webpack-compilation","duration":2566000,"timestamp":1334388570,"id":1314,"parentId":16,"tags":{"name":"client"},"startTime":1787902306478,"traceId":"6555bbfcc4fcffa2"},{"name":"emit","duration":41348,"timestamp":1336954620,"id":1748,"parentId":16,"tags":{},"startTime":1787902309044,"traceId":"6555bbfcc4fcffa2"},{"name":"webpack-close","duration":941341,"timestamp":1336999316,"id":1749,"parentId":16,"tags":{"name":"client"},"startTime":1787902309089,"traceId":"6555bbfcc4fcffa2"},{"name":"webpack-generate-error-stats","duration":1058,"timestamp":1337940681,"id":1750,"parentId":1749,"tags":{},"startTime":1787902310030,"traceId":"6555bbfcc4fcffa2"},{"name":"run-webpack-compiler","duration":26751659,"timestamp":1311192761,"id":16,"parentId":1,"tags":{},"startTime":1787902283283,"traceId":"6555bbfcc4fcffa2"},{"name":"format-webpack-messages","duration":99,"timestamp":1337944431,"id":1751,"parentId":1,"tags":{},"startTime":1787902310034,"traceId":"6555bbfcc4fcffa2"},{"name":"verify-typescript-setup","duration":37309473,"timestamp":1337948851,"id":1753,"parentId":1,"tags":{},"startTime":1787902310039,"traceId":"6555bbfcc4fcffa2"},{"name":"check-static-error-page","duration":53879,"timestamp":1375305285,"id":1756,"parentId":1755,"tags":{},"startTime":1787902347395,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":39477,"timestamp":1375665450,"id":1757,"parentId":1755,"tags":{"page":"/_app"},"startTime":1787902347755,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":38732,"timestamp":1375666214,"id":1759,"parentId":1755,"tags":{"page":"/_document"},"startTime":1787902347756,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":47860,"timestamp":1375666161,"id":1758,"parentId":1755,"tags":{"page":"/_error"},"startTime":1787902347756,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":76259,"timestamp":1375723845,"id":1915,"parentId":1911,"tags":{},"startTime":1787902347814,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":97780,"timestamp":1375702402,"id":1911,"parentId":1755,"tags":{"page":"/icon2.png"},"startTime":1787902347792,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":77292,"timestamp":1375723748,"id":1914,"parentId":1908,"tags":{},"startTime":1787902347813,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":99381,"timestamp":1375701683,"id":1908,"parentId":1755,"tags":{"page":"/apple-icon.png"},"startTime":1787902347791,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":78969,"timestamp":1375723930,"id":1916,"parentId":1910,"tags":{},"startTime":1787902347814,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":100754,"timestamp":1375702168,"id":1910,"parentId":1755,"tags":{"page":"/icon1.png"},"startTime":1787902347792,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":83317,"timestamp":1375724610,"id":1918,"parentId":1761,"tags":{},"startTime":1787902347814,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":141115,"timestamp":1375666841,"id":1761,"parentId":1755,"tags":{"page":"/api/app/update-check"},"startTime":1787902347757,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":88723,"timestamp":1375724890,"id":1919,"parentId":1762,"tags":{},"startTime":1787902347815,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":146464,"timestamp":1375667181,"id":1762,"parentId":1755,"tags":{"page":"/api/app/update"},"startTime":1787902347757,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":125946,"timestamp":1375723986,"id":1917,"parentId":1760,"tags":{},"startTime":1787902347814,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":183759,"timestamp":1375666240,"id":1760,"parentId":1755,"tags":{"page":"/_not-found"},"startTime":1787902347756,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":131247,"timestamp":1375724970,"id":1920,"parentId":1763,"tags":{},"startTime":1787902347815,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":188748,"timestamp":1375667513,"id":1763,"parentId":1755,"tags":{"page":"/api/assistant/conversation"},"startTime":1787902347757,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":163977,"timestamp":1375725084,"id":1922,"parentId":1766,"tags":{},"startTime":1787902347815,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":220149,"timestamp":1375668968,"id":1766,"parentId":1755,"tags":{"page":"/api/assistant/session"},"startTime":1787902347759,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":167140,"timestamp":1375725140,"id":1923,"parentId":1765,"tags":{},"startTime":1787902347815,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":224058,"timestamp":1375668260,"id":1765,"parentId":1755,"tags":{"page":"/api/assistant/messages"},"startTime":1787902347758,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":170146,"timestamp":1375725194,"id":1924,"parentId":1767,"tags":{},"startTime":1787902347815,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":225925,"timestamp":1375669443,"id":1767,"parentId":1755,"tags":{"page":"/api/assistant/start"},"startTime":1787902347759,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":173391,"timestamp":1375725225,"id":1925,"parentId":1768,"tags":{},"startTime":1787902347815,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":228861,"timestamp":1375669782,"id":1768,"parentId":1755,"tags":{"page":"/api/assistant/terminal"},"startTime":1787902347760,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":176567,"timestamp":1375725243,"id":1926,"parentId":1769,"tags":{},"startTime":1787902347815,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":231577,"timestamp":1375670259,"id":1769,"parentId":1755,"tags":{"page":"/api/assistant/tools"},"startTime":1787902347760,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":177900,"timestamp":1375725040,"id":1921,"parentId":1764,"tags":{},"startTime":1787902347815,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":235083,"timestamp":1375667881,"id":1764,"parentId":1755,"tags":{"page":"/api/assistant/current-output"},"startTime":1787902347758,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":179215,"timestamp":1375725267,"id":1927,"parentId":1770,"tags":{},"startTime":1787902347815,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":233718,"timestamp":1375670788,"id":1770,"parentId":1755,"tags":{"page":"/api/auth/login"},"startTime":1787902347761,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":183880,"timestamp":1375725285,"id":1928,"parentId":1771,"tags":{},"startTime":1787902347815,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":237850,"timestamp":1375671346,"id":1771,"parentId":1755,"tags":{"page":"/api/auth/logout"},"startTime":1787902347761,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":183915,"timestamp":1375725391,"id":1929,"parentId":1772,"tags":{},"startTime":1787902347815,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":236732,"timestamp":1375672590,"id":1772,"parentId":1755,"tags":{"page":"/api/auth/status"},"startTime":1787902347762,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":184955,"timestamp":1375725508,"id":1930,"parentId":1773,"tags":{},"startTime":1787902347815,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":237599,"timestamp":1375672899,"id":1773,"parentId":1755,"tags":{"page":"/api/capabilities"},"startTime":1787902347763,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":192608,"timestamp":1375725555,"id":1931,"parentId":1774,"tags":{},"startTime":1787902347815,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":245030,"timestamp":1375673162,"id":1774,"parentId":1755,"tags":{"page":"/api/daily-summary"},"startTime":1787902347763,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":193930,"timestamp":1375725646,"id":1932,"parentId":1775,"tags":{},"startTime":1787902347815,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":246227,"timestamp":1375673371,"id":1775,"parentId":1755,"tags":{"page":"/api/daily-summary/status"},"startTime":1787902347763,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":201308,"timestamp":1375725741,"id":1933,"parentId":1776,"tags":{},"startTime":1787902347815,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":253519,"timestamp":1375673567,"id":1776,"parentId":1755,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1787902347763,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":201971,"timestamp":1375725843,"id":1934,"parentId":1777,"tags":{},"startTime":1787902347816,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":254080,"timestamp":1375673753,"id":1777,"parentId":1755,"tags":{"page":"/api/external-apps/[id]"},"startTime":1787902347763,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":203242,"timestamp":1375725947,"id":1935,"parentId":1778,"tags":{},"startTime":1787902347816,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":255192,"timestamp":1375674016,"id":1778,"parentId":1755,"tags":{"page":"/api/external-apps"},"startTime":1787902347764,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":206645,"timestamp":1375726216,"id":1937,"parentId":1780,"tags":{},"startTime":1787902347816,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":258292,"timestamp":1375674592,"id":1780,"parentId":1755,"tags":{"page":"/api/fs/recent-paths"},"startTime":1787902347764,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":207149,"timestamp":1375726101,"id":1936,"parentId":1779,"tags":{},"startTime":1787902347816,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":258959,"timestamp":1375674310,"id":1779,"parentId":1755,"tags":{"page":"/api/fs/browse"},"startTime":1787902347764,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":226976,"timestamp":1375726280,"id":1938,"parentId":1781,"tags":{},"startTime":1787902347816,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":278431,"timestamp":1375674864,"id":1781,"parentId":1755,"tags":{"page":"/api/hooks/agent-event"},"startTime":1787902347765,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":231219,"timestamp":1375726359,"id":1940,"parentId":1783,"tags":{},"startTime":1787902347816,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":282178,"timestamp":1375675429,"id":1783,"parentId":1755,"tags":{"page":"/api/hooks/permission-request"},"startTime":1787902347765,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":234413,"timestamp":1375726382,"id":1941,"parentId":1784,"tags":{},"startTime":1787902347816,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":285123,"timestamp":1375675699,"id":1784,"parentId":1755,"tags":{"page":"/api/metrics/vibe"},"startTime":1787902347765,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":237645,"timestamp":1375726404,"id":1942,"parentId":1785,"tags":{},"startTime":1787902347816,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":287459,"timestamp":1375676613,"id":1785,"parentId":1755,"tags":{"page":"/api/ollama/models"},"startTime":1787902347766,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":240836,"timestamp":1375726517,"id":1943,"parentId":1786,"tags":{},"startTime":1787902347816,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":290378,"timestamp":1375676997,"id":1786,"parentId":1755,"tags":{"page":"/api/push/escalation"},"startTime":1787902347767,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":247397,"timestamp":1375726648,"id":1944,"parentId":1787,"tags":{},"startTime":1787902347816,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":296678,"timestamp":1375677400,"id":1787,"parentId":1755,"tags":{"page":"/api/push/subscriptions"},"startTime":1787902347767,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":247662,"timestamp":1375726745,"id":1945,"parentId":1788,"tags":{},"startTime":1787902347816,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":296645,"timestamp":1375677781,"id":1788,"parentId":1755,"tags":{"page":"/api/push/vapid"},"startTime":1787902347768,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":248232,"timestamp":1375726311,"id":1939,"parentId":1782,"tags":{},"startTime":1787902347816,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":299411,"timestamp":1375675156,"id":1782,"parentId":1755,"tags":{"page":"/api/hooks/claude-done"},"startTime":1787902347765,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":252146,"timestamp":1375726779,"id":1946,"parentId":1790,"tags":{},"startTime":1787902347817,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":300390,"timestamp":1375678577,"id":1790,"parentId":1755,"tags":{"page":"/api/repositories/[id]/todos/[todoId]"},"startTime":1787902347768,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":252288,"timestamp":1375726808,"id":1947,"parentId":1789,"tags":{},"startTime":1787902347817,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":300947,"timestamp":1375678169,"id":1789,"parentId":1755,"tags":{"page":"/api/repositories/[id]"},"startTime":1787902347768,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":256072,"timestamp":1375726832,"id":1948,"parentId":1791,"tags":{},"startTime":1787902347817,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":304142,"timestamp":1375678786,"id":1791,"parentId":1755,"tags":{"page":"/api/repositories/[id]/todos"},"startTime":1787902347769,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":266010,"timestamp":1375726949,"id":1950,"parentId":1793,"tags":{},"startTime":1787902347817,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":313857,"timestamp":1375679165,"id":1793,"parentId":1755,"tags":{"page":"/api/repositories/clone"},"startTime":1787902347769,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":269427,"timestamp":1375726973,"id":1951,"parentId":1794,"tags":{},"startTime":1787902347817,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":317099,"timestamp":1375679334,"id":1794,"parentId":1755,"tags":{"page":"/api/repositories/excluded"},"startTime":1787902347769,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":272756,"timestamp":1375726998,"id":1952,"parentId":1795,"tags":{},"startTime":1787902347817,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":320285,"timestamp":1375679501,"id":1795,"parentId":1755,"tags":{"page":"/api/repositories/restore"},"startTime":1787902347769,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":275313,"timestamp":1375727059,"id":1953,"parentId":1796,"tags":{},"startTime":1787902347817,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":322728,"timestamp":1375679669,"id":1796,"parentId":1755,"tags":{"page":"/api/repositories"},"startTime":1787902347769,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":277747,"timestamp":1375727090,"id":1954,"parentId":1797,"tags":{},"startTime":1787902347817,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":325024,"timestamp":1375679836,"id":1797,"parentId":1755,"tags":{"page":"/api/repositories/scan"},"startTime":1787902347770,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":281871,"timestamp":1375726854,"id":1949,"parentId":1792,"tags":{},"startTime":1787902347817,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":331080,"timestamp":1375678971,"id":1792,"parentId":1755,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1787902347769,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":283071,"timestamp":1375727114,"id":1955,"parentId":1798,"tags":{},"startTime":1787902347817,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":330187,"timestamp":1375680022,"id":1798,"parentId":1755,"tags":{"page":"/api/repositories/sync"},"startTime":1787902347770,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":288269,"timestamp":1375723211,"id":1913,"parentId":1909,"tags":{},"startTime":1787902347813,"traceId":"6555bbfcc4fcffa2"}]
|
|
11
|
+
[{"name":"check-page","duration":311597,"timestamp":1375701923,"id":1909,"parentId":1755,"tags":{"page":"/icon.png"},"startTime":1787902347792,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":286381,"timestamp":1375727238,"id":1956,"parentId":1799,"tags":{},"startTime":1787902347817,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":333441,"timestamp":1375680193,"id":1799,"parentId":1755,"tags":{"page":"/api/repositories/validate-path"},"startTime":1787902347770,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":291695,"timestamp":1375727346,"id":1957,"parentId":1801,"tags":{},"startTime":1787902347817,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":338105,"timestamp":1375680962,"id":1801,"parentId":1755,"tags":{"page":"/api/skills/[id]"},"startTime":1787902347771,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":294076,"timestamp":1375727638,"id":1960,"parentId":1803,"tags":{},"startTime":1787902347817,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":340403,"timestamp":1375681332,"id":1803,"parentId":1755,"tags":{"page":"/api/skills/operations"},"startTime":1787902347771,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":298749,"timestamp":1375727542,"id":1959,"parentId":1802,"tags":{},"startTime":1787902347817,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":345152,"timestamp":1375681161,"id":1802,"parentId":1755,"tags":{"page":"/api/skills/installations"},"startTime":1787902347771,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":301496,"timestamp":1375727721,"id":1961,"parentId":1804,"tags":{},"startTime":1787902347817,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":347740,"timestamp":1375681496,"id":1804,"parentId":1755,"tags":{"page":"/api/skills/reindex"},"startTime":1787902347771,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":301935,"timestamp":1375727812,"id":1962,"parentId":1805,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":348108,"timestamp":1375681657,"id":1805,"parentId":1755,"tags":{"page":"/api/skills"},"startTime":1787902347771,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":305589,"timestamp":1375727858,"id":1964,"parentId":1807,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":351501,"timestamp":1375681971,"id":1807,"parentId":1755,"tags":{"page":"/api/tasks/[taskId]/cancel"},"startTime":1787902347772,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":309786,"timestamp":1375727886,"id":1965,"parentId":1808,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":355556,"timestamp":1375682142,"id":1808,"parentId":1755,"tags":{"page":"/api/tasks/[taskId]"},"startTime":1787902347772,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":313704,"timestamp":1375727909,"id":1966,"parentId":1809,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":359328,"timestamp":1375682308,"id":1809,"parentId":1755,"tags":{"page":"/api/templates/[id]"},"startTime":1787902347772,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":316905,"timestamp":1375727837,"id":1963,"parentId":1806,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":362950,"timestamp":1375681817,"id":1806,"parentId":1755,"tags":{"page":"/api/slash-commands"},"startTime":1787902347772,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":317204,"timestamp":1375727926,"id":1967,"parentId":1810,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":362684,"timestamp":1375682468,"id":1810,"parentId":1755,"tags":{"page":"/api/templates"},"startTime":1787902347772,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":319908,"timestamp":1375728045,"id":1968,"parentId":1811,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":365350,"timestamp":1375682624,"id":1811,"parentId":1755,"tags":{"page":"/api/todos"},"startTime":1787902347772,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":322437,"timestamp":1375728100,"id":1970,"parentId":1813,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":367629,"timestamp":1375682933,"id":1813,"parentId":1755,"tags":{"page":"/api/verification/runs"},"startTime":1787902347773,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":323025,"timestamp":1375728074,"id":1969,"parentId":1812,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":368340,"timestamp":1375682778,"id":1812,"parentId":1755,"tags":{"page":"/api/verification/runs/[runId]"},"startTime":1787902347773,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":323806,"timestamp":1375727439,"id":1958,"parentId":1800,"tags":{},"startTime":1787902347817,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":370510,"timestamp":1375680749,"id":1800,"parentId":1755,"tags":{"page":"/api/sidebar/group-order"},"startTime":1787902347770,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":327374,"timestamp":1375728183,"id":1972,"parentId":1815,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":372314,"timestamp":1375683269,"id":1815,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1787902347773,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":327507,"timestamp":1375728158,"id":1971,"parentId":1814,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":372570,"timestamp":1375683109,"id":1814,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1787902347773,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":330810,"timestamp":1375728244,"id":1974,"parentId":1819,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":374799,"timestamp":1375684288,"id":1819,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1787902347774,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":333322,"timestamp":1375728269,"id":1975,"parentId":1817,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":377733,"timestamp":1375683893,"id":1817,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1787902347774,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":334744,"timestamp":1375728299,"id":1976,"parentId":1818,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":378954,"timestamp":1375684110,"id":1818,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/cmate/schedules"},"startTime":1787902347774,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":337713,"timestamp":1375728325,"id":1977,"parentId":1820,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":381615,"timestamp":1375684457,"id":1820,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/env"},"startTime":1787902347774,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":338477,"timestamp":1375728344,"id":1978,"parentId":1821,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":382271,"timestamp":1375684625,"id":1821,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/execution-logs/[logId]"},"startTime":1787902347774,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":341593,"timestamp":1375728362,"id":1979,"parentId":1822,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":385190,"timestamp":1375684786,"id":1822,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/execution-logs"},"startTime":1787902347775,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":345716,"timestamp":1375728431,"id":1980,"parentId":1823,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":389228,"timestamp":1375684950,"id":1823,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1787902347775,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":347597,"timestamp":1375728450,"id":1981,"parentId":1824,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":390957,"timestamp":1375685121,"id":1824,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/branch/create"},"startTime":1787902347775,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":349756,"timestamp":1375728467,"id":1982,"parentId":1825,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":392965,"timestamp":1375685282,"id":1825,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/branch/delete"},"startTime":1787902347775,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":349842,"timestamp":1375728487,"id":1983,"parentId":1827,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":392746,"timestamp":1375685600,"id":1827,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/checkout"},"startTime":1787902347775,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":353503,"timestamp":1375728526,"id":1985,"parentId":1828,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":396295,"timestamp":1375685761,"id":1828,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/commit"},"startTime":1787902347776,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":353640,"timestamp":1375728505,"id":1984,"parentId":1826,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":396722,"timestamp":1375685440,"id":1826,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/branches"},"startTime":1787902347775,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":357414,"timestamp":1375728544,"id":1986,"parentId":1829,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":400072,"timestamp":1375685920,"id":1829,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/diff"},"startTime":1787902347776,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":358018,"timestamp":1375728561,"id":1987,"parentId":1830,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":400501,"timestamp":1375686101,"id":1830,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/fetch"},"startTime":1787902347776,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":364452,"timestamp":1375728600,"id":1989,"parentId":1832,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":406669,"timestamp":1375686435,"id":1832,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/pull"},"startTime":1787902347776,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":364987,"timestamp":1375728578,"id":1988,"parentId":1831,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":407320,"timestamp":1375686270,"id":1831,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/log"},"startTime":1787902347776,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":366727,"timestamp":1375728206,"id":1973,"parentId":1816,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":411528,"timestamp":1375683426,"id":1816,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/clear-composer"},"startTime":1787902347773,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":367091,"timestamp":1375728623,"id":1990,"parentId":1833,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":408821,"timestamp":1375686916,"id":1833,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/push"},"startTime":1787902347777,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":370397,"timestamp":1375728645,"id":1991,"parentId":1834,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":411936,"timestamp":1375687132,"id":1834,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/reset"},"startTime":1787902347777,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":370949,"timestamp":1375728686,"id":1993,"parentId":1835,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":412353,"timestamp":1375687306,"id":1835,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/revert"},"startTime":1787902347777,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":372089,"timestamp":1375728703,"id":1994,"parentId":1837,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":413169,"timestamp":1375687645,"id":1837,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/stage"},"startTime":1787902347777,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":372496,"timestamp":1375728660,"id":1992,"parentId":1836,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":413700,"timestamp":1375687477,"id":1836,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/show/[commitHash]"},"startTime":1787902347777,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":374629,"timestamp":1375728720,"id":1995,"parentId":1838,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":415565,"timestamp":1375687807,"id":1838,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/staged"},"startTime":1787902347778,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":375598,"timestamp":1375728756,"id":1997,"parentId":1841,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":416066,"timestamp":1375688308,"id":1841,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/stash/pop"},"startTime":1787902347778,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":375690,"timestamp":1375728737,"id":1996,"parentId":1840,"tags":{},"startTime":1787902347818,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":416296,"timestamp":1375688143,"id":1840,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/stash/apply"},"startTime":1787902347778,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":378444,"timestamp":1375728773,"id":1998,"parentId":1842,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":418775,"timestamp":1375688465,"id":1842,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/stash/push"},"startTime":1787902347778,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":379120,"timestamp":1375728806,"id":2000,"parentId":1843,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":419324,"timestamp":1375688622,"id":1843,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/stash"},"startTime":1787902347778,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":379269,"timestamp":1375728791,"id":1999,"parentId":1839,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":420113,"timestamp":1375687965,"id":1839,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/stash/[index]"},"startTime":1787902347778,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":382242,"timestamp":1375728825,"id":2001,"parentId":1844,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":422315,"timestamp":1375688776,"id":1844,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/status"},"startTime":1787902347779,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":382730,"timestamp":1375728847,"id":2002,"parentId":1846,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":422498,"timestamp":1375689101,"id":1846,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/working-diff"},"startTime":1787902347779,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":382793,"timestamp":1375728862,"id":2003,"parentId":1845,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":422734,"timestamp":1375688931,"id":1845,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/git/unstage"},"startTime":1787902347779,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":386147,"timestamp":1375728923,"id":2005,"parentId":1848,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":425684,"timestamp":1375689409,"id":1848,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1787902347779,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":387154,"timestamp":1375728962,"id":2006,"parentId":1849,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":426244,"timestamp":1375689891,"id":1849,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1787902347780,"traceId":"6555bbfcc4fcffa2"}]
|
|
12
|
+
[{"name":"is-page-static","duration":389312,"timestamp":1375729112,"id":2007,"parentId":1850,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":428343,"timestamp":1375690105,"id":1850,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1787902347780,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":391453,"timestamp":1375728898,"id":2004,"parentId":1847,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":431118,"timestamp":1375689256,"id":1847,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/instances/opencode"},"startTime":1787902347779,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":391991,"timestamp":1375729234,"id":2009,"parentId":1853,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":430641,"timestamp":1375690605,"id":1853,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1787902347780,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":394564,"timestamp":1375729284,"id":2011,"parentId":1854,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":433106,"timestamp":1375690764,"id":1854,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1787902347781,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":397220,"timestamp":1375729308,"id":2012,"parentId":1855,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":435634,"timestamp":1375690919,"id":1855,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1787902347781,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":397414,"timestamp":1375729205,"id":2008,"parentId":1851,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":436356,"timestamp":1375690279,"id":1851,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1787902347780,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":400054,"timestamp":1375729351,"id":2013,"parentId":1856,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":438333,"timestamp":1375691093,"id":1856,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/opencode/diff"},"startTime":1787902347781,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":401848,"timestamp":1375729389,"id":2014,"parentId":1857,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":440002,"timestamp":1375691255,"id":1857,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/opencode/session"},"startTime":1787902347781,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":402661,"timestamp":1375729431,"id":2015,"parentId":1858,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":440699,"timestamp":1375691415,"id":1858,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/opencode/share"},"startTime":1787902347781,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":408544,"timestamp":1375729509,"id":2017,"parentId":1860,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":446354,"timestamp":1375691738,"id":1860,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/resolve-target"},"startTime":1787902347781,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":410797,"timestamp":1375729549,"id":2018,"parentId":1861,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":448478,"timestamp":1375691894,"id":1861,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1787902347782,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":413985,"timestamp":1375729588,"id":2019,"parentId":1862,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":451522,"timestamp":1375692072,"id":1862,"parentId":1755,"tags":{"page":"/api/worktrees/[id]"},"startTime":1787902347782,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":416834,"timestamp":1375729614,"id":2020,"parentId":1863,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":454245,"timestamp":1375692229,"id":1863,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/schedules/[scheduleId]"},"startTime":1787902347782,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":419423,"timestamp":1375729631,"id":2021,"parentId":1864,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":456693,"timestamp":1375692388,"id":1864,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/schedules/active"},"startTime":1787902347782,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":421022,"timestamp":1375729486,"id":2016,"parentId":1859,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":458960,"timestamp":1375691571,"id":1859,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1787902347781,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":422185,"timestamp":1375729656,"id":2022,"parentId":1865,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":459314,"timestamp":1375692549,"id":1865,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/schedules"},"startTime":1787902347782,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":425075,"timestamp":1375729740,"id":2024,"parentId":1867,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":461660,"timestamp":1375693179,"id":1867,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1787902347783,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":425822,"timestamp":1375729684,"id":2023,"parentId":1866,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":462545,"timestamp":1375692980,"id":1866,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1787902347783,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":429099,"timestamp":1375729883,"id":2025,"parentId":1868,"tags":{},"startTime":1787902347820,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":465686,"timestamp":1375693351,"id":1868,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/git-workflow"},"startTime":1787902347783,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":438441,"timestamp":1375730230,"id":2027,"parentId":1869,"tags":{},"startTime":1787902347820,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":475197,"timestamp":1375693519,"id":1869,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/install"},"startTime":1787902347783,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":445849,"timestamp":1375730469,"id":2028,"parentId":1872,"tags":{},"startTime":1787902347820,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":482344,"timestamp":1375694018,"id":1872,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall"},"startTime":1787902347784,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":447495,"timestamp":1375729998,"id":2026,"parentId":1871,"tags":{},"startTime":1787902347820,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":483669,"timestamp":1375693845,"id":1871,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall-plan"},"startTime":1787902347784,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":449621,"timestamp":1375730595,"id":2029,"parentId":1870,"tags":{},"startTime":1787902347820,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":486554,"timestamp":1375693683,"id":1870,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/plan"},"startTime":1787902347783,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":452322,"timestamp":1375730727,"id":2030,"parentId":1873,"tags":{},"startTime":1787902347820,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":488886,"timestamp":1375694184,"id":1873,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/update-plan"},"startTime":1787902347784,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":453389,"timestamp":1375730955,"id":2031,"parentId":1874,"tags":{},"startTime":1787902347821,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":489973,"timestamp":1375694390,"id":1874,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/update"},"startTime":1787902347784,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":456832,"timestamp":1375731107,"id":2032,"parentId":1875,"tags":{},"startTime":1787902347821,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":493409,"timestamp":1375694550,"id":1875,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/skills"},"startTime":1787902347784,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":456915,"timestamp":1375731162,"id":2033,"parentId":1876,"tags":{},"startTime":1787902347821,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":493388,"timestamp":1375694707,"id":1876,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1787902347784,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":460178,"timestamp":1375731213,"id":2035,"parentId":1877,"tags":{},"startTime":1787902347821,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":496554,"timestamp":1375694862,"id":1877,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/special-keys"},"startTime":1787902347785,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":460302,"timestamp":1375731185,"id":2034,"parentId":1878,"tags":{},"startTime":1787902347821,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":496437,"timestamp":1375695065,"id":1878,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/start-polling"},"startTime":1787902347785,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":464779,"timestamp":1375731279,"id":2037,"parentId":1880,"tags":{},"startTime":1787902347821,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":500697,"timestamp":1375695395,"id":1880,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1787902347785,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":464937,"timestamp":1375731245,"id":2036,"parentId":1879,"tags":{},"startTime":1787902347821,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":500961,"timestamp":1375695235,"id":1879,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/tasks"},"startTime":1787902347785,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":467617,"timestamp":1375731299,"id":2038,"parentId":1881,"tags":{},"startTime":1787902347821,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":503387,"timestamp":1375695555,"id":1881,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/timers/history"},"startTime":1787902347785,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":468762,"timestamp":1375731336,"id":2039,"parentId":1882,"tags":{},"startTime":1787902347821,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":503666,"timestamp":1375696464,"id":1882,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/timers"},"startTime":1787902347786,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":471634,"timestamp":1375731362,"id":2040,"parentId":1883,"tags":{},"startTime":1787902347821,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":506374,"timestamp":1375696670,"id":1883,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/todos/[todoId]"},"startTime":1787902347786,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":472370,"timestamp":1375731389,"id":2041,"parentId":1884,"tags":{},"startTime":1787902347821,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":506933,"timestamp":1375696850,"id":1884,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/todos"},"startTime":1787902347787,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":475273,"timestamp":1375731412,"id":2042,"parentId":1885,"tags":{},"startTime":1787902347821,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":509696,"timestamp":1375697040,"id":1885,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1787902347787,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":476212,"timestamp":1375731429,"id":2043,"parentId":1886,"tags":{},"startTime":1787902347821,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":510450,"timestamp":1375697210,"id":1886,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1787902347787,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":482560,"timestamp":1375731488,"id":2045,"parentId":1888,"tags":{},"startTime":1787902347821,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":516549,"timestamp":1375697536,"id":1888,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/verify"},"startTime":1787902347787,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":483514,"timestamp":1375731464,"id":2044,"parentId":1887,"tags":{},"startTime":1787902347821,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":517697,"timestamp":1375697377,"id":1887,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1787902347787,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":486017,"timestamp":1375731506,"id":2046,"parentId":1889,"tags":{},"startTime":1787902347821,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":519850,"timestamp":1375697697,"id":1889,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/verify/runs/[runId]"},"startTime":1787902347787,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":487423,"timestamp":1375731525,"id":2047,"parentId":1890,"tags":{},"startTime":1787902347821,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":521114,"timestamp":1375697854,"id":1890,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/verify/runs"},"startTime":1787902347788,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":489545,"timestamp":1375731542,"id":2048,"parentId":1891,"tags":{},"startTime":1787902347821,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":523083,"timestamp":1375698029,"id":1891,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1787902347788,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":491616,"timestamp":1375731649,"id":2049,"parentId":1892,"tags":{},"startTime":1787902347821,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":525098,"timestamp":1375698192,"id":1892,"parentId":1755,"tags":{"page":"/api/worktrees"},"startTime":1787902347788,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":490542,"timestamp":1375734330,"id":2050,"parentId":1898,"tags":{},"startTime":1787902347824,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":525634,"timestamp":1375699260,"id":1898,"parentId":1755,"tags":{"page":"/proxy/[...path]"},"startTime":1787902347789,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":491770,"timestamp":1375735265,"id":2051,"parentId":1912,"tags":{},"startTime":1787902347825,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":524431,"timestamp":1375702630,"id":1912,"parentId":1755,"tags":{"page":"/manifest.webmanifest"},"startTime":1787902347792,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":535579,"timestamp":1375740459,"id":2053,"parentId":1894,"tags":{},"startTime":1787902347830,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":577568,"timestamp":1375698523,"id":1894,"parentId":1755,"tags":{"page":"/login"},"startTime":1787902347788,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":541518,"timestamp":1375740533,"id":2054,"parentId":1896,"tags":{},"startTime":1787902347830,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":583244,"timestamp":1375698854,"id":1896,"parentId":1755,"tags":{"page":"/offline"},"startTime":1787902347789,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":552558,"timestamp":1375740596,"id":2055,"parentId":1895,"tags":{},"startTime":1787902347830,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":594512,"timestamp":1375698688,"id":1895,"parentId":1755,"tags":{"page":"/more"},"startTime":1787902347788,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":554339,"timestamp":1375740356,"id":2052,"parentId":1893,"tags":{},"startTime":1787902347830,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":596367,"timestamp":1375698353,"id":1893,"parentId":1755,"tags":{"page":"/chat"},"startTime":1787902347788,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":558320,"timestamp":1375740658,"id":2056,"parentId":1897,"tags":{},"startTime":1787902347830,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":599996,"timestamp":1375699026,"id":1897,"parentId":1755,"tags":{"page":"/"},"startTime":1787902347789,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":558665,"timestamp":1375740722,"id":2057,"parentId":1899,"tags":{},"startTime":1787902347830,"traceId":"6555bbfcc4fcffa2"}]
|
|
13
|
+
[{"name":"check-page","duration":600148,"timestamp":1375699491,"id":1899,"parentId":1755,"tags":{"page":"/repositories"},"startTime":1787902347789,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":563037,"timestamp":1375740787,"id":2058,"parentId":1900,"tags":{},"startTime":1787902347831,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":604121,"timestamp":1375699729,"id":1900,"parentId":1755,"tags":{"page":"/review"},"startTime":1787902347789,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":563739,"timestamp":1375740860,"id":2059,"parentId":1903,"tags":{},"startTime":1787902347831,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":604154,"timestamp":1375700466,"id":1903,"parentId":1755,"tags":{"page":"/skills/installed"},"startTime":1787902347790,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":567909,"timestamp":1375740937,"id":2060,"parentId":1901,"tags":{},"startTime":1787902347831,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":608912,"timestamp":1375699961,"id":1901,"parentId":1755,"tags":{"page":"/sessions"},"startTime":1787902347790,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":573919,"timestamp":1375741129,"id":2062,"parentId":1904,"tags":{},"startTime":1787902347831,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":614370,"timestamp":1375700706,"id":1904,"parentId":1755,"tags":{"page":"/skills"},"startTime":1787902347790,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":574220,"timestamp":1375741040,"id":2061,"parentId":1902,"tags":{},"startTime":1787902347831,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":615061,"timestamp":1375700219,"id":1902,"parentId":1755,"tags":{"page":"/skills/[skillId]"},"startTime":1787902347790,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":579669,"timestamp":1375741789,"id":2064,"parentId":1905,"tags":{},"startTime":1787902347832,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":620544,"timestamp":1375700942,"id":1905,"parentId":1755,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1787902347791,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":584108,"timestamp":1375741852,"id":2065,"parentId":1907,"tags":{},"startTime":1787902347832,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":624540,"timestamp":1375701444,"id":1907,"parentId":1755,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1787902347791,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":628152,"timestamp":1375729255,"id":2010,"parentId":1852,"tags":{},"startTime":1787902347819,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":667018,"timestamp":1375690445,"id":1852,"parentId":1755,"tags":{"page":"/api/worktrees/[id]/marp-render"},"startTime":1787902347780,"traceId":"6555bbfcc4fcffa2"},{"name":"is-page-static","duration":627385,"timestamp":1375741706,"id":2063,"parentId":1906,"tags":{},"startTime":1787902347831,"traceId":"6555bbfcc4fcffa2"},{"name":"check-page","duration":667946,"timestamp":1375701192,"id":1906,"parentId":1755,"tags":{"page":"/worktrees/[id]"},"startTime":1787902347791,"traceId":"6555bbfcc4fcffa2"},{"name":"static-check","duration":1064809,"timestamp":1375304387,"id":1755,"parentId":1,"tags":{},"startTime":1787902347394,"traceId":"6555bbfcc4fcffa2"},{"name":"generate-required-server-files","duration":432,"timestamp":1376369597,"id":2067,"parentId":1,"tags":{},"startTime":1787902348459,"traceId":"6555bbfcc4fcffa2"},{"name":"write-routes-manifest","duration":42067,"timestamp":1376386137,"id":2069,"parentId":1,"tags":{},"startTime":1787902348476,"traceId":"6555bbfcc4fcffa2"},{"name":"load-dotenv","duration":144,"timestamp":1378445184,"id":2072,"parentId":2071,"tags":{},"startTime":1787902350535,"traceId":"6555bbfcc4fcffa2"},{"name":"run-export-path-map","duration":493,"timestamp":1380255284,"id":2073,"parentId":2071,"tags":{},"startTime":1787902352345,"traceId":"6555bbfcc4fcffa2"},{"name":"next-export","duration":3755706,"timestamp":1378444267,"id":2071,"parentId":1,"tags":{},"startTime":1787902350534,"traceId":"6555bbfcc4fcffa2"},{"name":"move-exported-app-not-found-","duration":98,"timestamp":1382202198,"id":2074,"parentId":2070,"tags":{},"startTime":1787902354292,"traceId":"6555bbfcc4fcffa2"},{"name":"move-exported-page","duration":110318,"timestamp":1382202386,"id":2075,"parentId":2070,"tags":{},"startTime":1787902354292,"traceId":"6555bbfcc4fcffa2"},{"name":"static-generation","duration":4539424,"timestamp":1378440500,"id":2070,"parentId":1,"tags":{},"startTime":1787902350530,"traceId":"6555bbfcc4fcffa2"},{"name":"write-routes-manifest","duration":141173,"timestamp":1382981073,"id":2076,"parentId":1,"tags":{},"startTime":1787902355071,"traceId":"6555bbfcc4fcffa2"},{"name":"node-file-trace-build","duration":20641300,"timestamp":1376376577,"id":2068,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1787902348466,"traceId":"6555bbfcc4fcffa2"},{"name":"apply-include-excludes","duration":1382,"timestamp":1397017901,"id":2077,"parentId":1,"tags":{},"startTime":1787902369108,"traceId":"6555bbfcc4fcffa2"},{"name":"print-tree-view","duration":11555,"timestamp":1397019520,"id":2078,"parentId":1,"tags":{},"startTime":1787902369109,"traceId":"6555bbfcc4fcffa2"},{"name":"telemetry-flush","duration":64,"timestamp":1397031097,"id":2079,"parentId":1,"tags":{},"startTime":1787902369121,"traceId":"6555bbfcc4fcffa2"},{"name":"next-build","duration":86238426,"timestamp":1310792742,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.20","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1787902282882,"traceId":"6555bbfcc4fcffa2"}]
|