Skip to content

fix: classify builtin skills by bundled directory name#5966

Closed
iacker wants to merge 1 commit into
NousResearch:mainfrom
iacker:fix/skills-hub-builtin-classification
Closed

fix: classify builtin skills by bundled directory name#5966
iacker wants to merge 1 commit into
NousResearch:mainfrom
iacker:fix/skills-hub-builtin-classification

Conversation

@iacker

@iacker iacker commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

Résumé

  • corrige hermes skills list pour reconnaître comme builtin les skills bundled dont le nom de dossier diffère du name: en frontmatter
  • conserve le comportement existant pour les skills identifiés via le manifeste
  • ajoute un test de non-régression pour le cas vllm / serving-llms-vllm

Validation

  • source venv/bin/activate && python -m pytest tests/hermes_cli/test_skills_hub.py tests/tools/test_skills_sync.py tests/tools/test_skills_tool.py -q

Closes #5433

@blasai1739217-cmyk

Copy link
Copy Markdown

Friendly bump on this PR in case it fell through the cracks \u2014 would love a review when someone has a minute. Thanks!

@iacker

iacker commented Apr 21, 2026

Copy link
Copy Markdown
Contributor Author

Closing — superseded by #6017 which covers the same builtin skill classification fix with a more complete approach.

@iacker

iacker commented Apr 21, 2026

Copy link
Copy Markdown
Contributor Author

Closed — superseded/duplicate. See related PR for the canonical fix.

@iacker iacker closed this Apr 21, 2026
@alt-glitch alt-glitch added type/bug Something isn't working comp/cli CLI entry point, hermes_cli/, setup wizard tool/skills Skills system (list, view, manage) labels Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/cli CLI entry point, hermes_cli/, setup wizard tool/skills Skills system (list, view, manage) type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: hermes skills list uses frontmatter name while bundled manifest uses directory name, causing builtin skills to appear as local

3 participants