Files
cs249r_book/book/cli/checks/__init__.py
2026-05-30 13:41:34 -04:00

13 lines
483 B
Python

"""
Binder-native check implementations.
Check logic that powers ``./book/binder check <group> --scope …`` lives here
as ordinary Python modules. ``book/cli/commands/validate.py`` imports from
this package and converts results to ``ValidationIssue`` records.
Temporary standalone shims may import from ``cli.checks`` during migration, but
Binder must not depend on scripts under ``book/tools/`` for core checks.
See ``book/cli/README.md`` → "Check implementation layout".
"""