feat(asciidoctor): summarize compile failures #106

Merged
barrettruth merged 1 commit from feat/asciidoctor-failure-summary into main 2026-04-26 02:33:50 +00:00
barrettruth commented 2026-04-26 02:32:54 +00:00

Problem

Asciidoctor failures can surface as ERROR, FAILED, or invalid-option lines, while the existing parser only covers diagnostics-shaped entries and leaves some notifications generic.

Solution

Add an asciidoctor failure summary for the audited stderr shapes, and cover the warning, FAILED, invalid-option, fallback, and compiler notification paths with fixtures plus tests.

Closes #95

## Problem Asciidoctor failures can surface as ERROR, FAILED, or invalid-option lines, while the existing parser only covers diagnostics-shaped entries and leaves some notifications generic. ## Solution Add an asciidoctor failure summary for the audited stderr shapes, and cover the warning, FAILED, invalid-option, fallback, and compiler notification paths with fixtures plus tests. Closes #95
Sign in to join this conversation.
No description provided.