Skip to content

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 13 Mar 12:53
· 11 commits to main since this release

[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-10
    
    mdproof --report json test.md | jq '.steps[0].source.heading.start.line'

Breaking Changes

  • --watch flag 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