Skip to content

Use Claude to remove Reactiflux-specific code - #2

Draft
vcarl wants to merge 5 commits into
mainfrom
claude-remove-reactiflux
Draft

Use Claude to remove Reactiflux-specific code#2
vcarl wants to merge 5 commits into
mainfrom
claude-remove-reactiflux

Conversation

@vcarl

@vcarl vcarl commented Jun 26, 2025

Copy link
Copy Markdown
Contributor

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

vcarl and others added 5 commits June 26, 2025 19:06
- 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>
@vcarl

vcarl commented Jun 27, 2025

Copy link
Copy Markdown
Contributor Author

This is going to need new values in project settings before it works:

Infrastructure Secrets

Absolutely Required:

  • DIGITALOCEAN_TOKEN - Personal access token for DigitalOcean (for kubectl access to your
    Kubernetes cluster)
  • DISCORD_HASH - Your Discord bot token (the main authentication token)
  • DISCORD_PUBLIC_KEY - Your Discord application's public key (for interaction verification)
  • DISCORD_APP_ID - Your Discord application ID
  • GUILD_ID - The Discord server ID where the bot will operate

Optional (can be empty strings if not using the features):

  • GH_READ_TOKEN - Only needed if using GitHub integration features
  • AMPLITUDE_KEY - Only needed if you want usage analytics
  • REACTIBOT_API_KEY - Only needed for custom integrations
  • OPENAI_KEY - Not currently used (resume feature was removed)

@vcarl

vcarl commented Aug 9, 2025

Copy link
Copy Markdown
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants