fix(catalog): point seed entry at a real plugin subdir

The example-plugins repo is a multi-plugin repo with no root plugin.yaml;
the admission CI correctly rejected the root-level seed entry. Pin the
plugin-llm-example subdir instead — the admission gate catching its own
seed entry is the E2E proof it works.
This commit is contained in:
Teknium 2026-07-22 08:23:57 -07:00
parent ab1d9f4c15
commit f3c6282dae
No known key found for this signature in database

View file

@ -1,8 +1,8 @@
name: example-plugin
name: plugin-llm-example
repo: https://github.com/NousResearch/hermes-example-plugins
sha: 38fe0fb53eff98d477f807432e965429e665ca33
subdir: ""
description: Reference example plugins for the Hermes plugin system.
subdir: "plugin-llm-example"
description: Reference plugin showing host-owned structured LLM access via ctx.llm.
maintainer: NousResearch
tier: official
docs_url: ""