Upgrade a gem safely with changelog review and testing
[gem_name | --outdated]gemfile/# Upgrade Gem Safely upgrade a Ruby gem with changelog review, breaking changes analysis, and automated testing. ## Arguments `$ARGUMENTS` - `gem_name` - Upgrade a specific gem (e.g., `rails`, `sidekiq`) - `--outdated` - Review all outdated gems and select which to upgrade ## Tasks ### 1. Check Current Status Parse output to get: - Current version installed - Latest version available - Whether it's a major, minor, or patch update ### 2. Fetch Changelog Information For the gem being upgraded: 1. **Find GitHub repository** 2. **Fetch changelog** using WebFetch: - `https://...
Upgrade the context system from the old directory structure to the new flat core/ structure with template improvements.
Update an operator to the latest version or switch channels
Upgrade dependencies or frameworks with breaking change analysis and automated refactoring
Add TypeScript setup to a markdown-only plugin
Upgrade Terraform module to newer provider or module versions