Use Claude to remove Reactiflux-specific code - #2
Draft
vcarl wants to merge 5 commits into
Draft
Conversation
- Delete emoji moderation feature (emojiMod.ts) - Delete book recommendations feature (book-list.ts) - Delete looking for group feature (looking-for-group.ts) - Delete resume review features (resume-review.ts, resume.ts) - Remove all imports and registrations for deleted features - Update commands to remove resume review channel reference 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Change all resource names from reactibot-* to discord-bot-* - Update app labels from reactibot to discord-bot - Replace api.reactiflux.com with your-domain.example.com placeholder - Change cluster name from k8s-rf to your-k8s-cluster-name placeholder - Update secret names for generic deployment compatibility 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Update package.json name from reactibot to nodeibot - Change all references from Reactiflux to Node.js Discord - Update GitHub repository URLs to nodeiflux organization - Simplify commands by removing React/Redux specific content - Update code of conduct and promotion guidelines links - Remove React-specific help commands and documentation - Update channel references from reactiflux to nodejsDiscord - Disable scheduled messages temporarily - Update MDN source link to nodeiflux organization 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Fix markdown formatting in DISCORD_SERVER_MIGRATION_GUIDE.md - Clean up code formatting in src/index.ts - Ensure all tests pass with proper linting 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
Author
|
This is going to need new values in project settings before it works: Infrastructure Secrets Absolutely Required:
Optional (can be empty strings if not using the features):
|
yukkun2
approved these changes
Aug 9, 2025
Contributor
Author
|
@yukkun2 an approval without information about what kind of evaluation you did isn't particularly helpful. I don't believe this code works correctly yet, it needs much more local testing which I just haven't had opportunity to get done. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is still a draft because I know it has major issues that will prevent deployment. But it's a good first effort to get up