You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--country and --store now work after the subcommand - appstore-reviews reviews 123 --country us no longer errors with "unrecognized arguments". Both positions (before or after the subcommand) are accepted.
Improvements
Single-command CLI bootstrap - Instruction files now include a one-shot preflight script that detects the CLI, tries python3 -m appinsight fallback, and auto-activates venvs (.venv, venv, env) in a single terminal call.
Common Mistakes section - All instruction files now explicitly ban patterns that waste agent calls: using python instead of python3, running pip list | grep, running bootstrap steps as separate commands.
Housekeeping
Removed CLAUDE.md and SKILL.md from repo root (these are output files generated by appstore-reviews setup into user projects, not source files).