From 8ecba107a5f2b2727d4a9c5c9ba53cc846d8d2bf Mon Sep 17 00:00:00 2001 From: Jonathan Hefner Date: Wed, 5 Aug 2026 07:10:23 -0500 Subject: [PATCH] Align example name with project family --- README.md | 4 ++-- plugin.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d514cb..a3309c0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Agent Plugin Example +# Agent Plugins Example A copyable reference package for the [Agent Plugins Specification v1.0.0](https://agent-plugins.org/specification). @@ -9,7 +9,7 @@ Agent Plugins v1.0.0 is currently a Working Draft. Pin the schema version and re ## Layout ```text -agent-plugin-example/ +agent-plugins-example/ ├── plugin.json # Required portable manifest ├── skills/ # Portable Agent Skills │ └── migrate-agent-plugin/ diff --git a/plugin.json b/plugin.json index 095910e..e422ca8 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", - "name": "agent-plugin-example", + "name": "agent-plugins-example", "version": "1.0.0", "description": "A copyable reference package and migration guide for Agent Plugins v1.0.0.", "license": "MIT",