From 96eb8c1b473f54d50662b934e1c75dabf927edd9 Mon Sep 17 00:00:00 2001 From: Jonathan Hefner Date: Wed, 5 Aug 2026 07:29:20 -0500 Subject: [PATCH] Remove obsolete draft guidance --- README.md | 2 -- skills/migrate-agent-plugin/SKILL.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a3309c0..e4c6928 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ A copyable reference package for the [Agent Plugins Specification v1.0.0](https: This repository demonstrates the portable core and includes an Agent Skill that helps migrate existing plugins from client-specific formats. It is a reference example, not a substitute for the normative specification; if they differ, the specification wins. -Agent Plugins v1.0.0 is currently a Working Draft. Pin the schema version and review the specification before publishing production packages. - ## Layout ```text diff --git a/skills/migrate-agent-plugin/SKILL.md b/skills/migrate-agent-plugin/SKILL.md index 7b498a2..7fa96b5 100644 --- a/skills/migrate-agent-plugin/SKILL.md +++ b/skills/migrate-agent-plugin/SKILL.md @@ -12,7 +12,7 @@ Convert an existing plugin to the Agent Plugins v1 portable core without prematu ## Source of truth -Use the current [Agent Plugins specification](https://agent-plugins.org/specification) as the normative source. Agent Plugins v1.0.0 is a Working Draft, so confirm the schema version before changing a production plugin. +Use the current [Agent Plugins specification](https://agent-plugins.org/specification) as the normative source. Read these references before editing: