init
Set up reading-assistant: create venv, install dependencies, validate environment
Setup Workflow
-
Check Python 3.10+ is available:
python3 --version -
Run the setup script:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/setup.py -
Report the results including:
- Whether venv was created successfully
- Which dependencies installed
- OPENAI_API_KEY status
- HARDCOVER_API_KEY status
- Any warnings or errors
If setup fails, provide the error message and suggest fixes.