| 1 | """Unified slash-command registry. |
| 2 | |
| 3 | Every slash command is declared once as a `SlashCommand` entry in `COMMANDS`. |
| 4 | Bypass-tier frozensets and autocomplete entries are derived automatically — no |
nothing calls this directly
no test coverage detected