011 GitHub stars
02Detects Python environment configurations and dependencies (e.g., `requirements*.txt`, `pyproject.toml`, `Pipfile`).
03Identifies testing frameworks (`pytest`, `tox`, `nox`) and common developer commands from `Makefile` targets or repo scripts.
04Reports key documentation and configuration files like `README*`, `CONTRIBUTING*`, `.pre-commit-config.*`, and `tox.ini`.
05Applies smart filtering to ignore test fixtures, build artifacts, and environment-specific files during analysis.
06Manages `ONBOARDING.md` files, supporting operations to read, write, overwrite, append, and create backups.