v0.7.8 — distribution rename + first PyPI publish
This release covers the distribution rename prgenius-kb → prgenius-core
and the first successful PyPI publish via GitHub Actions Trusted Publisher.
Distribution rename
The prgenius distribution is renamed prgenius-kb → prgenius-core to
drop the awkward kb suffix and align with the misakanet-core naming
convention. CLI entry point prgenius-kb → prgenius-core; import path
prgenius.cli unchanged.
First PyPI publish (Trusted Publisher + OIDC)
prgenius-core is now live on PyPI via GitHub Actions Trusted Publisher (OIDC).
Workflow file: .github/workflows/publish-pypi.yml.
pip install prgenius-coreworks for the first time.
The Trusted Publisher configuration is:
- Owner:
zsxh1990 - Repository:
pr-genius - Workflow:
.github/workflows/publish-pypi.yml - Environment:
pypi
Quick start
pip install prgenius-core
python -m prgenius --version
# prgenius 0.7.8What's in the wheel
prgeniusCLI (python -m prgenius)prgeniusMCP server (python -m prgenius mcp serve)- Stdlib-only runtime (
mcp>=1.0optional viapip install prgenius-core[mcp]) - 12 repo profiles / 12 PR Case Studies / 11 lessons / 5 anti-patterns