Vijay Janapa Reddi
a0a7f7c658
feat(binder): restructure CLI into check/fix/format hierarchy
...
Reorganize binder commands into a clean three-verb quality system:
check — grouped validation (refs, labels, headers, footnotes,
figures, rendering) with --scope for granularity
fix — content management (headers, footnotes, glossary, images)
format — auto-formatters (blanks, python, lists, divs, tables)
Key changes:
- validate → check (with backward-compat alias)
- maintain → fix (with backward-compat alias)
- 17 flat checks grouped into 6 semantic categories
- --scope flag narrows to individual checks within a group
- New FormatCommand with native blanks/lists + script delegation
- Updated pre-commit hooks, VSCode extension, and help output
2026-02-12 23:37:56 -05:00