refactor(presets): share pandoc summary logic #111

Merged
barrettruth merged 1 commit from refactor/pandoc-summary-common into main 2026-04-26 03:42:07 +00:00
barrettruth commented 2026-04-26 03:38:04 +00:00

Problem

The markdown and github pandoc failure summaries each scan the same YAML and Error at output shapes separately, which makes future fixes easy to land in one provider and miss in the other.

Solution

Route both providers through a shared pandoc summary scanner and keep only the provider-specific prefix and fallback differences in their thin wrapper functions.

## Problem The markdown and github pandoc failure summaries each scan the same YAML and `Error at` output shapes separately, which makes future fixes easy to land in one provider and miss in the other. ## Solution Route both providers through a shared pandoc summary scanner and keep only the provider-specific prefix and fallback differences in their thin wrapper functions.
Sign in to join this conversation.
No description provided.