From f3c6282dae2422cbdf02fa6c7656fa3d38fe1f39 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Wed, 22 Jul 2026 08:23:57 -0700 Subject: [PATCH] fix(catalog): point seed entry at a real plugin subdir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .../{example-plugin.yaml => plugin-llm-example.yaml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename plugin-catalog/{example-plugin.yaml => plugin-llm-example.yaml} (66%) diff --git a/plugin-catalog/example-plugin.yaml b/plugin-catalog/plugin-llm-example.yaml similarity index 66% rename from plugin-catalog/example-plugin.yaml rename to plugin-catalog/plugin-llm-example.yaml index 236b6fa9a777..e423099b728b 100644 --- a/plugin-catalog/example-plugin.yaml +++ b/plugin-catalog/plugin-llm-example.yaml @@ -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: ""