v0.1.2 — Agent-Friendly Install
What's New
python -m appinsightfallback — whenappstore-reviewsisn't on PATH afterpip install, agents (and humans) can now usepython -m appinsightas an identical alternative. No PATH configuration needed.- Improved agent instructions — all 4 instruction files (SKILL.md, CLAUDE.md, bundled copilot.md, bundled claude.md) now include a robust install → verify → fallback flow so coding agents reliably find and use the CLI.
Why This Release
Real-world agent feedback showed that after pip install appstore-review-cli, the appstore-reviews binary sometimes lands in a virtualenv bin directory not on PATH. The __main__.py entry point solves this completely.
Install / Upgrade
pip install --upgrade appstore-review-cliFull changelog: v0.1.1...v0.1.2