From 115b3ff6f905f88c8755358a7152c4ace6ca8252 Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Fri, 12 Jun 2026 12:42:46 +0200 Subject: [PATCH] WIP --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index e3efb88..a912b4d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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