v1.5.1 — PyPI links resolve + zero-egress Action gate
PyPI links resolve. The PyPI long description is now generated from README.md with every repo-relative link rewritten to an absolute GitHub URL, so links on the PyPI page resolve instead of 404ing against pypi.org. A staleness test keeps it current.
The default Action gate makes zero package-index requests. In action mode the pinned checkout runs directly off PYTHONPATH (python -m hotato) — no pip, no isolated build backend, no index contact. The exact-version pin mode still installs from PyPI, its documented intent. docs/CI.md shows the canonical full-commit-SHA pin.
Full suite 2942 passed.