mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 01:21:43 +00:00
[verified] feat(cli): add tool governance presets and setup visibility
This commit is contained in:
parent
1bf574fb7b
commit
bffa79f947
10 changed files with 505 additions and 4 deletions
|
|
@ -70,3 +70,11 @@ class TestTipIntegrationInCLI:
|
|||
# Should not contain nested/broken Rich tags
|
||||
assert markup.count("[/]") == 1
|
||||
assert "[dim #B8860B]" in markup
|
||||
|
||||
|
||||
class TestToolGovernanceTips:
|
||||
def test_has_config_governance_tip(self):
|
||||
assert any("hermes config governance" in tip for tip in TIPS)
|
||||
|
||||
def test_has_setup_security_tip(self):
|
||||
assert any("hermes setup security" in tip for tip in TIPS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue