From 2f5fce881cf9da97a279114f6e8de0d225b96d43 Mon Sep 17 00:00:00 2001 From: Nicholas Karlson Date: Tue, 13 Jan 2026 09:58:17 -0800 Subject: [PATCH] Docs: note canonical dataset contract (run-id r1) --- docs/source/workbook/workbook_check_your_work_pack.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/workbook/workbook_check_your_work_pack.rst b/docs/source/workbook/workbook_check_your_work_pack.rst index d6e2298..2aebb9f 100644 --- a/docs/source/workbook/workbook_check_your_work_pack.rst +++ b/docs/source/workbook/workbook_check_your_work_pack.rst @@ -5,6 +5,12 @@ This workbook is meant to be a *learning* experience, not a “gotcha” test. If you have a low tolerance for frustration (or you just want to confirm you’re on the right track), use the downloads below to compare your work against a known-good reference. +**Canonical dataset contract:** each Workbook chapter has a *canonical dataset* under +``examples/workbook//`` — treat this as the answer key. The accompanying +“reference outputs” ZIPs are generated by running ``ledgerloom build --run-id r1`` for that +project and zipping the resulting ``outputs/r1`` (artifacts + trust), along with the canonical +exported input CSVs. + What you get ------------