Single entry point that runs every Stage 1 check in order and aggregates exit codes — both checks always run so users see all findings in one pass. Two checks wired up today (lychee link integrity, file:line citations), more land incrementally as Stage 1 grows. Removes scripts/librarian.sh from the ignore list now that the file exists. Updates docs/plans/librarian.md Progress + Next Step. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
21 lines
771 B
Plaintext
21 lines
771 B
Plaintext
# Ignore patterns for scripts/librarian_check_citations.py.
|
|
#
|
|
# One fnmatch glob per line. Citations matching any pattern are
|
|
# silently skipped — use sparingly, only for citations that are
|
|
# genuinely intentional (planned future files, design references)
|
|
# rather than drift you can fix.
|
|
#
|
|
# Format examples:
|
|
# scripts/foo.sh # exact path
|
|
# configs/deep_cfr/model-*.yaml # glob
|
|
# docs/research/*.md # whole directory
|
|
#
|
|
# Comments after `#` are stripped per line. Blank lines ignored.
|
|
|
|
# Future config + script described in docs/plans/model_size_experiment.md
|
|
configs/deep_cfr/model-size-*.yaml
|
|
scripts/run_model_size_experiment.sh
|
|
|
|
# Future config described in docs/plans/torch_compile.md
|
|
configs/deep_cfr/default_compile.yaml
|