From 4be5a13c65e63e7d4a45f348483d032a3ccecc7d Mon Sep 17 00:00:00 2001 From: Allora Date: Mon, 24 Aug 2026 12:34:48 +0100 Subject: [PATCH] chore(release): prepare 0.2.0 --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- CHANGELOG.md | 6 +++++- README.md | 2 +- docs/installation.md | 4 ++-- examples/codex/README.md | 2 +- plugin.json | 2 +- 7 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index c25c304..77a5064 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -11,7 +11,7 @@ "name": "usable", "source": "./", "description": "Search your team's knowledge before you build. Retrieves complete sources, separates evidence from assumptions, and verifies before claiming success.", - "version": "0.1.0", + "version": "0.2.0", "author": { "name": "Flowcore" } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index ddba271..dc622a9 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "usable", "description": "Knowledge-first workflow backed by Usable. Search team knowledge before implementing, retrieve complete sources, separate evidence from assumptions, and verify before claiming success.", - "version": "0.1.0", + "version": "0.2.0", "author": { "name": "Flowcore", "email": "support@usable.dev", diff --git a/CHANGELOG.md b/CHANGELOG.md index c618ad4..279a430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## Unreleased +## 0.2.0 — 2026-08-24 + ### Added - Claude Code support alongside the Agent Plugins standard: `.claude-plugin/marketplace.json`, `.claude-plugin/plugin.json`, and `.mcp.json`. Only `skills/` is shared between the two @@ -25,7 +27,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm terms URLs, brand colour `#347cbf`, icon and logo paths, and a default prompt. - Validation of client-extension file references: paths must be plugin-relative, must stay inside the plugin root, and must exist. -- Twelve further self-tests covering all of the above; the suite is now 27 cases. +- Fourteen further self-tests covering all of the above; the suite is now 29 cases. ### Changed - `assets/` is now included in the release archive allowlist. @@ -113,4 +115,6 @@ as fully supported; Codex loads the package and both skills. materialises the repository, so `scripts/` and `tests/` are present in the installed copy; the client does not execute them. +[Unreleased]: https://github.com/flowcore-io/usable-agent-plugin/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/flowcore-io/usable-agent-plugin/releases/tag/v0.2.0 [0.1.0]: https://github.com/flowcore-io/usable-agent-plugin/releases/tag/v0.1.0 diff --git a/README.md b/README.md index 2a3e1d8..e1fbc1d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ a knowledge-first workflow backed by [Usable](https://usable.dev): search what t already decided before implementing, retrieve complete sources, separate evidence from assumptions, and verify before claiming success. -> **Status: pre-release (`0.1.0`), not yet released.** +> **Status: pre-release (`0.2.0`).** > Codex is partially verified — the package loads and both skills reach the model. No client > has completed all five acceptance steps, so none is listed as fully supported. See > [`docs/supported-clients.md`](docs/supported-clients.md). diff --git a/docs/installation.md b/docs/installation.md index a9ee384..0173a9f 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -47,7 +47,7 @@ For clients that accept a plain package directory. Pin a version; do not track ` anything you rely on. ```bash -VERSION=0.1.0 +VERSION=0.2.0 curl -fsSLO "https://github.com/flowcore-io/usable-agent-plugin/releases/download/v${VERSION}/usable-agent-plugin-${VERSION}.tar.gz" curl -fsSLO "https://github.com/flowcore-io/usable-agent-plugin/releases/download/v${VERSION}/usable-agent-plugin-${VERSION}.tar.gz.sha256" @@ -71,7 +71,7 @@ Useful for evaluation and development. Note that a clone contains repository-onl ```bash git clone https://github.com/flowcore-io/usable-agent-plugin.git cd usable-agent-plugin -git checkout v0.1.0 +git checkout v0.2.0 node scripts/validate-package.mjs ``` diff --git a/examples/codex/README.md b/examples/codex/README.md index 8907a78..97aa15d 100644 --- a/examples/codex/README.md +++ b/examples/codex/README.md @@ -25,7 +25,7 @@ codex plugin add usable@usable Pin a released version once tags exist: ```bash -codex plugin marketplace add flowcore-io/usable-agent-plugin --ref v0.1.0 +codex plugin marketplace add flowcore-io/usable-agent-plugin --ref v0.2.0 ``` ## Install from a local clone diff --git a/plugin.json b/plugin.json index 1e4832a..b909ff4 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "usable", - "version": "0.1.0", + "version": "0.2.0", "description": "Knowledge-first workflow for agents backed by Usable. Search team knowledge before implementing, retrieve complete sources, separate evidence from assumptions, and verify before claiming success.", "author": { "name": "Flowcore",