mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 02:03:55 -05:00
Two unrelated cleanups surfaced by `pre-commit run --all-files`:
1. Pipe-table column widths in _notation_body.qmd, ml_workflow.qmd, and
appendix_c3.qmd were drifting because the Iron Law / fleet-stack
notation columns now contain \eta_{\text{hw}} / R_{\text{peak}} /
L_{\text{lat}} forms that are wider than the pre-wrapping columns
were sized for. The book-prettify-pipe-tables hook re-aligned the
columns; accepting those auto-fixes.
2. Five vault exemplar YAMLs (cloud-2238, cloud-0730, cloud-sus-62002,
cloud-fill-01177, tinyml-0046) had unquoted scenario: values
containing a colon mid-sentence (e.g., 'disaggregated storage':),
which made the YAML parser stop. Wrapped the scenario value in
double quotes — none had embedded double-quotes so the wrap is safe.
Pre-existing breakage (introduced before today's work) but blocked
`check-yaml` on the full repo.