This repository uses a uniform, reproducible Python workflow
based on uv and pyproject.toml.
These instructions exist to prevent tool drift, especially accidental use of
pip commands or OS-specific workflows.
Use uv for Python environment, dependency, and run commands.
Do not recommend or use pip install as the primary workflow.
This repository targets a specific Python version pinned through uv.
Use repository-defined dependency groups rather than inventing ad hoc install
commands.
Read README.md for common commands and follow that approach.
Follow the repository Ruff configuration. Do not replace the configured lint policy with generic Ruff defaults. Do not suggest broad rule removals unless a specific rule is creating confirmed bad results for this repository.