Files
cs249r_book/book/tools/audit/release/__init__.py
2026-06-11 16:09:10 -04:00

11 lines
433 B
Python

"""MIT Press Release Deep Audit scripts.
Phase A scripts produce ground-truth ledgers from already-extracted editor
JSON inputs. By default, inputs are read from
``book/tools/audit/release/data/`` and outputs are written under
``book/quarto/_build/release_audit/``. Set ``MLSYSBOOK_RELEASE_AUDIT_DATA``
or ``MLSYSBOOK_RELEASE_AUDIT_OUT`` to override those locations.
These scripts only measure; they never edit the manuscript.
"""