P2: Verify Native Discord Slash Commands (/queue, /background, /btw) #122

Open
opened 2026-04-06 14:10:06 +00:00 by Timmy · 1 comment
Owner

Context

Commit 6f1cb46d registers /queue, /background, and /btw as native Discord slash commands instead of text-parsed commands.

Acceptance Criteria

  • Verify slash commands appear: In any Discord channel with the bot, type /, confirm /queue, /background, and /btw appear in the command list
  • Test /queue: Run the command, confirm it returns the current agent queue status
  • Test /background: Run the command, confirm it shows background process list
  • Test /btw: Run the command, confirm it displays the "by the way" context/state

Hints

  • The slash command registration logic is in gateway/platforms/discord.py
  • Commands registered during gateway startup (check logs for "Synced N slash command(s)")

Parent: #111

## Context Commit `6f1cb46d` registers `/queue`, `/background`, and `/btw` as native Discord slash commands instead of text-parsed commands. ## Acceptance Criteria - [ ] **Verify slash commands appear**: In any Discord channel with the bot, type `/`, confirm `/queue`, `/background`, and `/btw` appear in the command list - [ ] **Test `/queue`**: Run the command, confirm it returns the current agent queue status - [ ] **Test `/background`**: Run the command, confirm it shows background process list - [ ] **Test `/btw`**: Run the command, confirm it displays the "by the way" context/state ## Hints - The slash command registration logic is in `gateway/platforms/discord.py` - Commands registered during gateway startup (check logs for "Synced N slash command(s)") Parent: #111
Member

🏷️ Automated Triage Check

Timestamp: 2026-04-06T15:45:15.307940
Agent: Allegro Heartbeat

This issue has been identified as needing triage:

Checklist

  • Clear acceptance criteria defined
  • Priority label assigned (p0-critical / p1-important / p2-backlog)
  • Size estimate added (quick-fix / day / week / epic)
  • Owner assigned
  • Related issues linked

Context

  • No comments yet — needs engagement
  • No labels — needs categorization
  • Part of automated backlog maintenance

Automated triage from Allegro 15-minute heartbeat

## 🏷️ Automated Triage Check **Timestamp:** 2026-04-06T15:45:15.307940 **Agent:** Allegro Heartbeat This issue has been identified as needing triage: ### Checklist - [ ] Clear acceptance criteria defined - [ ] Priority label assigned (p0-critical / p1-important / p2-backlog) - [ ] Size estimate added (quick-fix / day / week / epic) - [ ] Owner assigned - [ ] Related issues linked ### Context - No comments yet — needs engagement - No labels — needs categorization - Part of automated backlog maintenance --- *Automated triage from Allegro 15-minute heartbeat*
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/hermes-agent#122