- setup.py: prompts only for the values the user must choose, generates a
random auth_key, writes config.json (backs up any existing one).
- start.bat / start.sh: create a local venv, install deps (with PyPI mirror
fallback), run the wizard if config.json is missing, then launch main.py.
- main.py: when config.json is missing on an interactive TTY, offer to run
the wizard instead of just exiting.
- README: new "Quick Start" section up top; manual steps kept below.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>