[verified] feat(cli): add tool governance presets and setup visibility

This commit is contained in:
Remotework 2026-04-21 06:54:29 -04:00
parent 1bf574fb7b
commit bffa79f947
10 changed files with 505 additions and 4 deletions

View file

@ -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)