From 920cce3bcb9ae860174e721dbb35ad2c74ab0846 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 20 May 2026 11:46:16 +0000 Subject: [PATCH 1/4] Initial plan From e1954b4f3a15cafcace1c9f059f53a411d27e0ad Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 20 May 2026 11:54:27 +0000 Subject: [PATCH 2/4] Improve daily reliability report progressive disclosure formatting Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com> --- .github/workflows/daily-reliability-review.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/daily-reliability-review.md b/.github/workflows/daily-reliability-review.md index 09914784c8d..a925ef4410e 100644 --- a/.github/workflows/daily-reliability-review.md +++ b/.github/workflows/daily-reliability-review.md @@ -102,6 +102,8 @@ Title: Body structure: +Use progressive disclosure. Keep `Executive Summary`, `Top Reliability Findings`, and `Recommendations` always visible. Put verbose evidence and supporting detail inside `
...` blocks. + ### Executive Summary - Overall health for the last 24 hours. @@ -111,14 +113,24 @@ Body structure: | ... | ... | ... | ... | ... | ### Representative Traces +
+Representative Traces (expand) + - Include one trace or issue link for each major problem class when available. +
+ ### Recommendations - 2-4 concrete actions with the smallest useful fixes first. ### Notes +
+Notes and Observability Gaps (expand) + - Call out missing telemetry, ambiguous fields, or inconclusive results. +
+ ## Guardrails - If no reliability issues are found, call `noop` with a concise summary of what was checked. From 3b053af8e197924c7ab296b643141aa1835f2b6c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 20 May 2026 11:55:58 +0000 Subject: [PATCH 3/4] Polish disclosure headings in daily reliability report template Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com> --- .github/workflows/daily-reliability-review.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily-reliability-review.md b/.github/workflows/daily-reliability-review.md index a925ef4410e..14177578b78 100644 --- a/.github/workflows/daily-reliability-review.md +++ b/.github/workflows/daily-reliability-review.md @@ -114,7 +114,7 @@ Use progressive disclosure. Keep `Executive Summary`, `Top Reliability Findings` ### Representative Traces
-Representative Traces (expand) +Representative Traces - Include one trace or issue link for each major problem class when available. @@ -125,7 +125,7 @@ Use progressive disclosure. Keep `Executive Summary`, `Top Reliability Findings` ### Notes
-Notes and Observability Gaps (expand) +Notes - Call out missing telemetry, ambiguous fields, or inconclusive results. From 8209e99979d1af88e4ceda911d0204dec630582d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 20 May 2026 11:57:28 +0000 Subject: [PATCH 4/4] Refine collapsible section labels in reliability report template Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com> --- .github/workflows/daily-reliability-review.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily-reliability-review.md b/.github/workflows/daily-reliability-review.md index 14177578b78..612724d68da 100644 --- a/.github/workflows/daily-reliability-review.md +++ b/.github/workflows/daily-reliability-review.md @@ -114,7 +114,7 @@ Use progressive disclosure. Keep `Executive Summary`, `Top Reliability Findings` ### Representative Traces
-Representative Traces +View representative traces - Include one trace or issue link for each major problem class when available. @@ -125,7 +125,7 @@ Use progressive disclosure. Keep `Executive Summary`, `Top Reliability Findings` ### Notes
-Notes +View notes - Call out missing telemetry, ambiguous fields, or inconclusive results.