Skip to content

chore(disc): remove discord-bot bash script replaced by disc-server MCP#283

Merged
bakeb7j0 merged 1 commit into
mainfrom
chore/282-remove-discord-bot
Apr 6, 2026
Merged

chore(disc): remove discord-bot bash script replaced by disc-server MCP#283
bakeb7j0 merged 1 commit into
mainfrom
chore/282-remove-discord-bot

Conversation

@bakeb7j0
Copy link
Copy Markdown
Contributor

@bakeb7j0 bakeb7j0 commented Apr 6, 2026

Summary

Removes the 31KB `discord-bot` bash script now that `disc-server` MCP handles all Discord operations. The `/disc` skill routes to `disc_*` MCP tool calls — the bash script is never invoked.

Changes

  • skills/disc/discord-bot — deleted (1000 lines of dead code)
  • scripts/install-remote.sh — removed from `expected_scripts` (verify check) and `known_scripts` (uninstall sweep)

Test Results

  • `./scripts/ci/validate.sh` — 77 passed, 0 failed

Closes #282

Generated with Claude Code

The 31KB discord-bot bash script is dead code since PR #279 converted
skills/disc/SKILL.md to a routing stub that delegates all /disc intents
to disc_* MCP tool calls. Also removes it from install-remote.sh
expected_scripts and known_scripts lists.

Closes #282

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@bakeb7j0 bakeb7j0 merged commit b079782 into main Apr 6, 2026
1 check passed
@bakeb7j0 bakeb7j0 deleted the chore/282-remove-discord-bot branch April 6, 2026 22:38
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.

chore(disc): remove discord-bot bash script now replaced by disc-server MCP

1 participant