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",