feat: standardize System Archetypes in Vol 1 and Vol 2; add canonical roster table to Introductions; ensure tight math-prose integration

This commit is contained in:
Vijay Janapa Reddi
2026-02-24 20:23:50 -05:00
parent ad843e21f7
commit 56e091f7e0
26 changed files with 1793 additions and 781 deletions

View File

@@ -107,6 +107,10 @@ Use Binder-native checks instead of direct script calls:
- `./binder validate inline-python`
- `./binder validate refs`
- `./binder validate citations`
- `./binder validate references` — validate .bib entries vs academic DBs (hallucinator; install: `pip install -e ".[reference-check]"` or `pip install -r book/tools/dependencies/requirements.txt`)
- `-f BIB` / `--file BIB` — .bib file(s) to check (can repeat)
- `-o FILE` / `--output FILE` — write report to FILE
- `--limit N` — check only first N refs (quick test)
- `./binder validate duplicate-labels`
- `./binder validate unreferenced-labels`
- `./binder validate inline-refs`