chore: rename ralph-wiggum plugin to ralph-loop#30664
Conversation
Update Claude settings to use the renamed plugin following upstream changes in anthropics/claude-plugins-official#142. The plugin was renamed from ralph-wiggum to ralph-loop to avoid trademark concerns while still explaining the technique origin. Closes #30663 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Summary of ChangesHello @lyzno1, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request updates the Claude settings configuration to reflect a recent upstream rename of a plugin. The Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Pull request overview
This PR updates the Claude settings to use the renamed ralph-loop plugin, replacing the previous ralph-wiggum plugin name to address trademark concerns.
- Updated plugin reference from
ralph-wiggum@claude-plugins-officialtoralph-loop@claude-plugins-officialin Claude settings
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Code Review
This pull request correctly renames the ralph-wiggum plugin to ralph-loop in the Claude settings file, aligning with the upstream change. The modification is straightforward and accurate. I have included one suggestion to enhance the maintainability of the configuration file by alphabetically sorting the plugin keys.
Summary
ralph-looppluginContext
The upstream
ralph-wiggumplugin in claude-plugins-official has been renamed toralph-loopper legal guidance (to avoid trademark concerns with "Wiggum" name).Reference PR: anthropics/claude-plugins-official#142
Changes
.claude/settings.jsonto referenceralph-loop@claude-plugins-officialinstead ofralph-wiggum@claude-plugins-officialTest plan
.claude/settings.jsonis properly formattedCloses #30663
🤖 Generated with Claude Code