This page documents a small repository scanner included in this project: scripts/scan_repo.py.

What it does

How to run

From the repository root run:

python3 scripts/scan_repo.py

This writes a scan-report.txt file at the repository root and prints a short summary to stdout.

When to use

Next steps

If the scan reports issues you don’t expect (for example, generated _site/ files), consider regenerating or cleaning the working tree and committing only source files. If you need help interpreting the report or automatically fixing common problems, open an issue or ask for assistance.