// This file is generated automatically by Next.js // Do not edit this file manually // This file validates that all pages and layouts export the correct types import type { AppRoutes, LayoutRoutes, ParamMap, AppRouteHandlerRoutes } from "./routes.js" import type { ResolvingMetadata, ResolvingViewport } from "next/types.js" import type { NextRequest } from 'next/server.js' type AppPageConfig = { default: React.ComponentType<{ params: Promise } & any> | ((props: { params: Promise } & any) => React.ReactNode | Promise | never | void | Promise) generateStaticParams?: (props: { params: ParamMap[Route] }) => Promise | any[] generateMetadata?: ( props: { params: Promise } & any, parent: ResolvingMetadata ) => Promise | any generateViewport?: ( props: { params: Promise } & any, parent: ResolvingViewport ) => Promise | any metadata?: any viewport?: any } type LayoutConfig = { default: React.ComponentType> | ((props: LayoutProps) => React.ReactNode | Promise | never | void | Promise) generateStaticParams?: (props: { params: ParamMap[Route] }) => Promise | any[] generateMetadata?: ( props: { params: Promise } & any, parent: ResolvingMetadata ) => Promise | any generateViewport?: ( props: { params: Promise } & any, parent: ResolvingViewport ) => Promise | any metadata?: any viewport?: any } type RouteHandlerConfig = { GET?: (request: NextRequest, context: { params: Promise }) => Promise | Response | void POST?: (request: NextRequest, context: { params: Promise }) => Promise | Response | void PUT?: (request: NextRequest, context: { params: Promise }) => Promise | Response | void PATCH?: (request: NextRequest, context: { params: Promise }) => Promise | Response | void DELETE?: (request: NextRequest, context: { params: Promise }) => Promise | Response | void HEAD?: (request: NextRequest, context: { params: Promise }) => Promise | Response | void OPTIONS?: (request: NextRequest, context: { params: Promise }) => Promise | Response | void } // Validate ../../src/app/login/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/login/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/more/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/more/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/offline/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/offline/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/repositories/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/repositories/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/review/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/review/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/sessions/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/sessions/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/skills/[skillId]/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/skills/[skillId]/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/skills/installed/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/skills/installed/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/skills/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/skills/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/worktrees/[id]/files/[...path]/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/worktrees/[id]/files/[...path]/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/worktrees/[id]/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/worktrees/[id]/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/worktrees/[id]/terminal/page.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/worktrees/[id]/terminal/page.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/agents/update/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/agents/update/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/agents/versions/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/agents/versions/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/app/release-notes/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/app/release-notes/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/app/update-check/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/app/update-check/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/app/update/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/app/update/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/auth/login/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/auth/login/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/auth/logout/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/auth/logout/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/auth/status/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/auth/status/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/capabilities/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/capabilities/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/daily-summary/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/daily-summary/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/daily-summary/status/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/daily-summary/status/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/external-apps/[id]/health/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/external-apps/[id]/health/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/external-apps/[id]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/external-apps/[id]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/external-apps/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/external-apps/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/fs/browse/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/fs/browse/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/fs/recent-paths/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/fs/recent-paths/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/hooks/agent-event/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/hooks/agent-event/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/hooks/claude-done/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/hooks/claude-done/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/hooks/permission-request/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/hooks/permission-request/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/metrics/vibe/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/metrics/vibe/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/ollama/models/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/ollama/models/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/push/escalation/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/push/escalation/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/push/subscriptions/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/push/subscriptions/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/push/vapid/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/push/vapid/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/relays/[relayId]/cancel/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/relays/[relayId]/cancel/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/relays/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/relays/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/remote/pair/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/remote/pair/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/repositories/[id]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/repositories/[id]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/repositories/clone/[jobId]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/repositories/clone/[jobId]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/repositories/clone/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/repositories/clone/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/repositories/excluded/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/repositories/excluded/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/repositories/restore/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/repositories/restore/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/repositories/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/repositories/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/repositories/scan/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/repositories/scan/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/repositories/sync/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/repositories/sync/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/repositories/validate-path/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/repositories/validate-path/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/settings/default-agents/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/settings/default-agents/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/settings/default-surface-mode/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/settings/default-surface-mode/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/sidebar/group-order/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/sidebar/group-order/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/skills/[id]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/skills/[id]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/skills/installations/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/skills/installations/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/skills/operations/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/skills/operations/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/skills/reindex/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/skills/reindex/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/skills/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/skills/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/slash-commands/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/slash-commands/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/tasks/[taskId]/cancel/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/tasks/[taskId]/cancel/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/tasks/[taskId]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/tasks/[taskId]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/templates/[id]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/templates/[id]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/templates/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/templates/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/verification/runs/[runId]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/verification/runs/[runId]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/verification/runs/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/verification/runs/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/auto-yes/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/auto-yes/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/capture/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/capture/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/clear-composer/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/clear-composer/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/cli-reference/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/cli-reference/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/cli-tool/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/cli-tool/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/cmate/schedules/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/cmate/schedules/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/current-output/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/current-output/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/direct-input/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/direct-input/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/env/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/env/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/execution-logs/[logId]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/execution-logs/[logId]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/execution-logs/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/execution-logs/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/files/[...path]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/files/[...path]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/branch/create/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/branch/create/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/branch/delete/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/branch/delete/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/branches/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/branches/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/checkout/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/checkout/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/commit/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/commit/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/diff/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/diff/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/fetch/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/fetch/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/log/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/log/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/pull/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/pull/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/push/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/push/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/reset/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/reset/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/revert/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/revert/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/show/[commitHash]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/show/[commitHash]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/stage/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/stage/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/staged/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/staged/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/stash/[index]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/stash/[index]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/stash/apply/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/stash/apply/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/stash/pop/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/stash/pop/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/stash/push/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/stash/push/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/stash/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/stash/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/status/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/status/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/unstage/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/unstage/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/git/working-diff/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/git/working-diff/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/instances/notes/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/instances/notes/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/instances/opencode/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/instances/opencode/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/interrupt/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/interrupt/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/kill-session/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/kill-session/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/logs/[filename]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/logs/[filename]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/logs/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/logs/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/marp-render/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/marp-render/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/memos/[memoId]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/memos/[memoId]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/memos/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/memos/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/messages/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/messages/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/opencode/diff/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/opencode/diff/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/opencode/session/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/opencode/session/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/opencode/share/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/opencode/share/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/prompt-response/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/prompt-response/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/resolve-target/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/resolve-target/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/respond/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/respond/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/schedules/[scheduleId]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/schedules/[scheduleId]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/schedules/active/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/schedules/active/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/schedules/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/schedules/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/search/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/search/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/send/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/send/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/skills/[skillId]/install/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/skills/[skillId]/install/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/skills/[skillId]/plan/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/skills/[skillId]/plan/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/skills/[skillId]/uninstall/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/skills/[skillId]/update-plan/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/skills/[skillId]/update-plan/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/skills/[skillId]/update/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/skills/[skillId]/update/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/skills/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/skills/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/slash-commands/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/slash-commands/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/special-keys/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/special-keys/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/tasks/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/tasks/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/terminal/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/terminal/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/timers/history/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/timers/history/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/timers/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/timers/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/todos/[todoId]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/todos/[todoId]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/todos/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/todos/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/tree/[...path]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/tree/[...path]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/tree/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/tree/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/upload/[...path]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/upload/[...path]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/verify/config/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/verify/config/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/verify/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/verify/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/verify/runs/[runId]/cancel/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/verify/runs/[runId]/cancel/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/verify/runs/[runId]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/verify/runs/[runId]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/verify/runs/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/verify/runs/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/[id]/viewed/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/[id]/viewed/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/apply-default-agents/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/apply-default-agents/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/api/worktrees/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/api/worktrees/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/proxy/[...path]/route.ts { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/proxy/[...path]/route.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/layout.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/layout.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check } // Validate ../../src/app/worktrees/[id]/layout.tsx { type __IsExpected> = Specific const handler = {} as typeof import("../../src/app/worktrees/[id]/layout.js") type __Check = __IsExpected // @ts-ignore type __Unused = __Check }