Files
cs249r_book/book/tools/audit/__init__.py
Vijay Janapa Reddi 714e74b02c chore: remove hardcoded private config paths from tooling
Drop absolute references to the author's private config repo (home-dir paths
into an external AIConfigs tree) from audit/newsletter tooling, and resolve the
prose-rule file in scan.py via the repo root instead of a hardcoded $HOME path
(also makes it portable across machines). No behavior change: the SHA lookup
keeps its graceful 'unknown' fallback when the file is absent.
2026-05-30 17:32:16 -04:00

10 lines
360 B
Python

"""Audit-fix-verify loop for the MIT Press editorial standard.
Scans textbook content against the project's prose style guide (maintained
outside this repository), applies safe fixes under strict safety gates, and
verifies the result.
The five-stage cycle: SCAN -> PLAN -> FIX -> VERIFY -> REPORT.
Verification is the load-bearing stage; do not skip it.
"""