Conversation
- Add @slack/bolt dependency for Slack integration - Create SlackMessageAdapter to normalize Slack events to Discord message interface - Create slack.js entry point with Socket Mode support - Add start:slack npm script - Add Slack reminder daemon - Update README.md and getting-started.md with Slack setup instructions Co-authored-by: circa10a <21261388+circa10a@users.noreply.github.com>
Co-authored-by: circa10a <21261388+circa10a@users.noreply.github.com>
…le regex, fix lint errors - Create lib/adapters/discord.js with DiscordMessageAdapter - Refactor index.js to use adapter pattern matching slack.js architecture - Pre-compile regex in both slack.js and index.js (no per-message compilation) - Remove Events import from all 25 command files (decouple from discord.js) - Fix 6 pre-existing no-useless-assignment lint errors in commands and lib files Co-authored-by: circa10a <21261388+circa10a@users.noreply.github.com>
…multaneously - Refactor index.js to auto-detect platforms based on which env vars are set - Extract platform logic into lib/platforms/discord.js and lib/platforms/slack.js - Remove separate slack.js entry point and start:slack script - Docker image works for all configs via env vars alone (no CMD override) - Update README and docs to show unified usage Co-authored-by: circa10a <21261388+circa10a@users.noreply.github.com>
Co-authored-by: circa10a <21261388+circa10a@users.noreply.github.com>
circa10a
added a commit
that referenced
this pull request
Mar 4, 2026
* Initial plan * Add Slack support with message adapter pattern (resolves #10) - Add @slack/bolt dependency for Slack integration - Create SlackMessageAdapter to normalize Slack events to Discord message interface - Create slack.js entry point with Socket Mode support - Add start:slack npm script - Add Slack reminder daemon - Update README.md and getting-started.md with Slack setup instructions Co-authored-by: circa10a <21261388+circa10a@users.noreply.github.com> * Move eslint peer deps to devDependencies Co-authored-by: circa10a <21261388+circa10a@users.noreply.github.com> * Add Discord adapter, refactor to symmetric adapter pattern, pre-compile regex, fix lint errors - Create lib/adapters/discord.js with DiscordMessageAdapter - Refactor index.js to use adapter pattern matching slack.js architecture - Pre-compile regex in both slack.js and index.js (no per-message compilation) - Remove Events import from all 25 command files (decouple from discord.js) - Fix 6 pre-existing no-useless-assignment lint errors in commands and lib files Co-authored-by: circa10a <21261388+circa10a@users.noreply.github.com> * Unify entry point: single `npm start` runs Discord, Slack, or both simultaneously - Refactor index.js to auto-detect platforms based on which env vars are set - Extract platform logic into lib/platforms/discord.js and lib/platforms/slack.js - Remove separate slack.js entry point and start:slack script - Docker image works for all configs via env vars alone (no CMD override) - Update README and docs to show unified usage Co-authored-by: circa10a <21261388+circa10a@users.noreply.github.com> * Fix splice-while-iterating: iterate backwards in Slack reminder daemon Co-authored-by: circa10a <21261388+circa10a@users.noreply.github.com> * rewrite the whole fuckin thing --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Signed-off-by: circa10a <caleblemoine@gmail.com>
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.
No description provided.