diff --git a/hermes_cli/commands.py b/hermes_cli/commands.py index 576eefbf0bd..a1e20dabc08 100644 --- a/hermes_cli/commands.py +++ b/hermes_cli/commands.py @@ -1053,7 +1053,8 @@ _SLACK_PRIORITY_ALIASES = ("btw", "bg") # the telegram-parity test reads it so an entry here is a deliberate # "Slack-via-/hermes" decision, not a silent clamp. # - credits: the billing/top-up surface; reached via /hermes credits on Slack. -_SLACK_VIA_HERMES_ONLY = frozenset({"credits"}) +# - debug: the log/report upload surface; reached via /hermes debug on Slack. +_SLACK_VIA_HERMES_ONLY = frozenset({"credits", "debug"}) def _sanitize_slack_name(raw: str) -> str: