From 747e41ac1d97d46832b29b7739d31460ad7f9ebd Mon Sep 17 00:00:00 2001 From: ogt Date: Fri, 10 Jul 2026 13:30:57 +0800 Subject: [PATCH] fix(work-items): surface ai loop spotlight rows --- 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 12d655321..dd8d908a7 100644 --- a/apps/web/src/app/[locale]/awooop/work-items/page.tsx +++ b/apps/web/src/app/[locale]/awooop/work-items/page.tsx @@ -8646,12 +8646,14 @@ function AiControlledRunbookCoveragePanel({ "CIR-P0-010", "CIR-P0-012", "CIR-P0-015", + "CIR-P0-AILOOP-001", + "CIR-P0-AILOOP-002", "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, 8); + .slice(0, 10); const metricCards = [ { key: "completion",