From c87e19586900e7d5c484473ba2be0a44bf1ccba6 Mon Sep 17 00:00:00 2001 From: ogt Date: Fri, 10 Jul 2026 13:22:13 +0800 Subject: [PATCH] fix(work-items): pin mainline sequence spotlight --- apps/web/src/app/[locale]/awooop/work-items/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/web/src/app/[locale]/awooop/work-items/page.tsx b/apps/web/src/app/[locale]/awooop/work-items/page.tsx index 89658addb..12d655321 100644 --- a/apps/web/src/app/[locale]/awooop/work-items/page.tsx +++ b/apps/web/src/app/[locale]/awooop/work-items/page.tsx @@ -8644,12 +8644,14 @@ function AiControlledRunbookCoveragePanel({ "CIR-P0-007", "CIR-P0-009", "CIR-P0-010", + "CIR-P0-012", + "CIR-P0-015", "CIR-P0-LOG-001", "CIR-P0-TG-001", ]); const spotlightRows = rows .filter((row) => row.work_item_id && spotlightIds.has(row.work_item_id)) - .slice(0, 6); + .slice(0, 8); const metricCards = [ { key: "completion",