Coming in v0.2

These formats are wired into the CLI's flag set but currently fall back to console. They land in the v0.2 release.

| Format | Purpose | |---|---| | html | Single-file rendered report for sharing. | | markdown | Pasteable into PR descriptions or issue trackers. | | text | Plain ASCII, no color, for log files. | | llm | Compact tag-based format optimized for LLM context windows. See the layout in .claude/skills/audit-website/SKILL.md. | | xml | For toolchains that prefer XML over JSON. |

Until v0.2 ships, use json and transform downstream — every format above can be derived from the JSON payload.

Track progress on the v0.2 milestone.