mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-16 06:07:17 -05:00
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.
10 lines
360 B
Python
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.
|
|
"""
|