diff --git a/README.md b/README.md index 87126d8..b1218a3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This README is a non-normative introduction. The versioned specification defines ## Status -Agent Plugins Specification 1.0.0 is a working draft and has not been published. +Agent Plugins Specification 1.0.0 is the current published release. ## Quick Start @@ -44,7 +44,7 @@ A client that supports skills can load the plugin by reading `plugin.json` and d ## Project Documents -- [Agent Plugins Specification 1.0.0 working draft](./spec/1.0.0.md) +- [Agent Plugins Specification 1.0.0](./spec/1.0.0.md) - [Plugin manifest schema](./schemas/1.0.0/plugin.schema.json) - [MCP configuration schema](./schemas/1.0.0/mcp.schema.json) - [Technical Charter](./GOVERNANCE.md) diff --git a/spec/1.0.0.md b/spec/1.0.0.md index a3f347e..c95263b 100644 --- a/spec/1.0.0.md +++ b/spec/1.0.0.md @@ -2,7 +2,7 @@ **Spec Version: 1.0.0** -**Status: Working Draft** +**Status: Published** This document defines the canonical Agent Plugins Specification v1.0.0 for packaging reusable components that extend AI agents into distributable plugins.