mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
test/docs(slack): force-clear new gating env vars; document new options
- Add SLACK_THREAD_REQUIRE_MENTION, SLACK_IGNORE_OTHER_USER_MENTIONS and SLACK_REQUIRE_MENTION_CHANNELS to the conftest behavioral-env force-clear list so config-loader side effects can't leak between tests (same class of leak the existing SLACK_* entries guard against). - Document thread_require_mention and require_mention_channels in the Slack messaging guide next to the other mention-gating options.
This commit is contained in:
parent
2c159f00e4
commit
f31c10a0da
2 changed files with 18 additions and 0 deletions
|
|
@ -317,6 +317,9 @@ _HERMES_BEHAVIORAL_VARS = frozenset({
|
|||
# Force-clear on every test setup so the leak can't happen.
|
||||
"SLACK_REQUIRE_MENTION",
|
||||
"SLACK_STRICT_MENTION",
|
||||
"SLACK_THREAD_REQUIRE_MENTION",
|
||||
"SLACK_IGNORE_OTHER_USER_MENTIONS",
|
||||
"SLACK_REQUIRE_MENTION_CHANNELS",
|
||||
"SLACK_FREE_RESPONSE_CHANNELS",
|
||||
"SLACK_ALLOW_BOTS",
|
||||
"SLACK_REACTIONS",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue