v0.0.6
[0.0.6] - 2026-03-13
New Features
- Source-aware failure reporting — failed assertions, command exits, and parser errors now point to the exact Markdown file and line number. Works in plain text, JSON (
steps[].source,assertions[].source), and JUnit output.FAIL deploy-proof.md:13 Step 1: Assertion failure Assertion deploy-proof.md:13 expected output Command deploy-proof.md:7-10mdproof --report json test.md | jq '.steps[0].source.heading.start.line'
Breaking Changes
--watchflag removed — watch mode has been removed to sharpen product focus on executable runbooks, docs verification, and sandboxed smoke tests. Use an external file watcher (e.g.,entr,watchexec) if you need re-run-on-change behavior.
Full Changelog: v0.0.5...v0.0.6