Description
54 workflows in .github/workflows/ import shared/reporting.md and shared/otlp.md as two separate items even though shared/reporting-otlp.md already bundles both. This is a mechanical find-and-replace consolidation (verified this run: 54 files import shared/reporting.md, every one of them also imports shared/otlp.md).
# Before
imports:
- shared/reporting.md
- shared/otlp.md
# After
imports:
- shared/reporting-otlp.md
After editing the .md sources, recompile the affected lock files.
Expected Impact
Removes ~100+ redundant import lines, lifts reporting-otlp.md adoption from 6 → 60, and gives a single source of truth for the reporting+OTLP bundle. Lower drift risk going forward.
Suggested Agent
Workflow Skill Extractor or a general code agent (mechanical edit + recompile).
Estimated Effort
Quick (< 1 hour).
Data Source
DeepReport 2026-06-18; Workflow Skill Extractor #39979 (HIGH rec #1).
Generated by 🔬 DeepReport - Intelligence Gathering Agent · ◷
Description
54 workflows in
.github/workflows/importshared/reporting.mdandshared/otlp.mdas two separate items even thoughshared/reporting-otlp.mdalready bundles both. This is a mechanical find-and-replace consolidation (verified this run: 54 files importshared/reporting.md, every one of them also importsshared/otlp.md).After editing the
.mdsources, recompile the affected lock files.Expected Impact
Removes ~100+ redundant import lines, lifts
reporting-otlp.mdadoption from 6 → 60, and gives a single source of truth for the reporting+OTLP bundle. Lower drift risk going forward.Suggested Agent
Workflow Skill Extractor or a general code agent (mechanical edit + recompile).
Estimated Effort
Quick (< 1 hour).
Data Source
DeepReport 2026-06-18; Workflow Skill Extractor #39979 (HIGH rec #1).