This commit is contained in:
Hassan Abedi 2026-06-12 12:42:46 +02:00
parent 4b94b83cef
commit 115b3ff6f9

View File

@ -198,6 +198,9 @@ For changes that touch the cross-language pipeline (Haskell exporter and Rust ru
2. `make examples`: runs `export-fixtures` and then `cargo test -p plan-runner --test examples`, which walks every regenerated fixture and verifies it
against its `expected_bindings` oracle.
For changes that touch `tools/plan-viewer`, run `make viewer-test`.
It checks the viewer's JavaScript engine against every fixture oracle under Node; the Rust crates remain the correctness oracle.
For Markdown-only changes, run a manual read-through and check that headings follow the writing style.
## Change Design Checklist