Skip to content

v0.1.9

Choose a tag to compare

@vkayatas vkayatas released this 26 Mar 09:22
· 6 commits to master since this release

Fixes

  • --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).