Description
.github/workflows/copilot-session-insights.md hardcodes a stale "~40% orphaned rate" historical baseline at two places (line 247: "Compare today's orphaned rate against the historical baseline (~40%) stored in cache memory"; line 363: "Historical Baseline: ~40% orphaned rate"). Every Copilot Session Insights report for the last 43+ consecutive recorded days (including today's #54762, 0/20 open PRs orphaned) has observed ~0% orphaned branches — the template's comparison baseline and the "flag if >50%" elevated-waste threshold are both anchored to a number the workflow never actually sees anymore, making the "elevated waste" escalation logic effectively dead code against real data.
Expected Impact
Update the template to compute/store the baseline dynamically from cache-memory trend history (or update the hardcoded text to reflect the current ~0% reality) so the "NORMAL / ⚠️ ELEVATED" status field and 50% escalation threshold are anchored to observed behavior instead of a stale assumption baked in at template-authoring time.
Suggested Agent
New Agent — small doc/template correction to copilot-session-insights.md.
Estimated Effort
Quick (< 1 hour)
Data Source
DeepReport analysis, 2026-08-22 ~12:22Z cycle (window since 05:45Z baseline #54758), sourced from discussion #54762 (Copilot Session Insights), "Next Steps" item 2. Verified live at .github/workflows/copilot-session-insights.md:247,363.
Generated by 🔬 Deep Report · agent · 109.5 AIC · ⌖ 11.7 AIC · ⊞ 12.4K · ◷
Description
.github/workflows/copilot-session-insights.mdhardcodes a stale "~40% orphaned rate" historical baseline at two places (line 247: "Compare today's orphaned rate against the historical baseline (~40%) stored in cache memory"; line 363: "Historical Baseline: ~40% orphaned rate"). Every Copilot Session Insights report for the last 43+ consecutive recorded days (including today's #54762, 0/20 open PRs orphaned) has observed ~0% orphaned branches — the template's comparison baseline and the "flag if >50%" elevated-waste threshold are both anchored to a number the workflow never actually sees anymore, making the "elevated waste" escalation logic effectively dead code against real data.Expected Impact
Update the template to compute/store the baseline dynamically from cache-memory trend history (or update the hardcoded text to reflect the current ~0% reality) so the "NORMAL /⚠️ ELEVATED" status field and 50% escalation threshold are anchored to observed behavior instead of a stale assumption baked in at template-authoring time.
Suggested Agent
New Agent — small doc/template correction to
copilot-session-insights.md.Estimated Effort
Quick (< 1 hour)
Data Source
DeepReport analysis, 2026-08-22 ~12:22Z cycle (window since 05:45Z baseline #54758), sourced from discussion #54762 (Copilot Session Insights), "Next Steps" item 2. Verified live at
.github/workflows/copilot-session-insights.md:247,363.