From c795a9789e03b9b669f8c094a54ccdb01e92f459 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:47:44 +0000 Subject: [PATCH 1/2] Initial plan From 8d215d94d9a10014cd597e1f1dd13b206ddbff78 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 Jan 2026 16:43:53 +0000 Subject: [PATCH 2/2] Scope Linear integration refactor & skills requirements Co-authored-by: dkarasiewicz <24222035+dkarasiewicz@users.noreply.github.com> --- apps/customer-ui/next-env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/customer-ui/next-env.d.ts b/apps/customer-ui/next-env.d.ts index c4b7818..9edff1c 100644 --- a/apps/customer-ui/next-env.d.ts +++ b/apps/customer-ui/next-env.d.ts @@ -1,6 +1,6 @@ /// /// -import "./.next/dev/types/routes.d.ts"; +import "./.next/types/routes.d.ts"; // NOTE: This file should not be edited // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.