Changes:
- Fix medusa init to actually install tools when user says yes
- Previously just printed "Note: Run 'medusa install --all'"
- Now actually runs 'medusa install --all --yes' subprocess
- Works on Mac, Linux, and Windows
Before:
Install 2 missing tools? [y/N]: y
Installing missing tools...
Note: Run 'medusa install --all' to install missing tools
After:
Install 2 missing tools? [y/N]: y
Installing missing tools...
[Actually installs them!]
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>