Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion spec/1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down