mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-08 09:57:21 -05:00
Added check-json hook to automatically validate all JSON files on commit. Fixed JSON syntax errors in: - sustainable_ai_quizzes.json (11 missing commas) - cross_refs_no_explanation.json (trailing commas) - cross_refs.json (incomplete file, reset to empty array) All JSON files now pass validation.