From 1134f63f7a97b8e1fc1d9b1180d7ed1df9630cad Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:40:14 +0000 Subject: [PATCH 1/2] Initial plan From 78b6fed1082d8b025692147c9d57457ea2fcfa98 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:42:59 +0000 Subject: [PATCH 2/2] fix: remove duplicate IncidentNotificationMatrix type export causing TS2300 error Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com> --- packages/spec/src/system/incident-response.zod.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/spec/src/system/incident-response.zod.ts b/packages/spec/src/system/incident-response.zod.ts index 2cee6dbe6d..b8a24b5719 100644 --- a/packages/spec/src/system/incident-response.zod.ts +++ b/packages/spec/src/system/incident-response.zod.ts @@ -365,4 +365,3 @@ export type IncidentCategory = z.infer; export type IncidentStatus = z.infer; export type Incident = z.infer; export type IncidentResponsePolicy = z.infer; -export type IncidentNotificationMatrix = z.infer;