Merge pull request #1053 from NousResearch/hermes/hermes-c877bdeb

chore(skills): clean up PR #862 + feat(docs): add search to Docusaurus
This commit is contained in:
Teknium 2026-03-12 08:20:10 -07:00 committed by GitHub
commit 5a4348d046
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 639 additions and 74 deletions

View file

@ -416,8 +416,7 @@ def do_list(source_filter: str = "all", console: Optional[Console] = None) -> No
ensure_hub_dirs()
lock = HubLockFile()
hub_installed = {e["name"]: e for e in lock.list_installed()}
bundled_manifest = _read_manifest()
builtin_names = set(bundled_manifest.keys()) if isinstance(bundled_manifest, dict) else set()
builtin_names = set(_read_manifest())
all_skills = _find_all_skills()