Repository Agent Notes Always run Python commands (including tests, linting, type checks, scripts, and tooling) using the repository virtual environment at .venv. Prefer .venv/bin/python -m <tool> over system Python or globally installed executables.