From ab34c69d4ba768d4c1bfec33d89167f9007be28d Mon Sep 17 00:00:00 2001 From: Leonid Svyatov Date: Tue, 11 Aug 2026 19:36:06 +0300 Subject: [PATCH] chore(release): 0.14.0 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- CHANGELOG.md | 5 ++++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index f250f8f..a7530b2 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "oss-kit", "description": "Curated agent skills for open source maintainers", - "version": "0.13.0", + "version": "0.14.0", "author": { "name": "Leonid Svyatov", "email": "leonid@svyatov.com", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 2983efe..0f3d48f 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "oss-kit", - "version": "0.13.0", + "version": "0.14.0", "description": "Curated agent skills for open source maintainers", "author": { "name": "Leonid Svyatov", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index d21d704..628bc92 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "oss-kit", "displayName": "oss-kit", - "version": "0.13.0", + "version": "0.14.0", "description": "Curated agent skills for open source maintainers", "author": { "name": "Leonid Svyatov", diff --git a/CHANGELOG.md b/CHANGELOG.md index 2da2fea..5ae4266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog 2.0.0](https://keepachangelog.com/en/2. ## [Unreleased] +## [0.14.0] - 2026-08-11 + ### Changed - `.claude-plugin/plugin.json` lists all nine skills in a `skills` array. `npx skills` groups a repository's skills under one select-all row only when a plugin manifest names each skill directory, and it matches a skill's own directory, so a single `./skills/` entry grouped nothing. Installing oss-kit offered nine separate rows before this. @@ -380,7 +382,8 @@ Five new rules, and `oss-audit` now reports the gaps alone rather than every rul - `oss-audit` scores a repository against `STANDARD.md`, reports each gap with the rule it fails, and names the skill that fixes it. - `oss-skill` fixes the structure of a repository that ships agent skills: the top-level `skills/` layout, `SKILL.md` conformance to the Agent Skills specification, oversized bodies that belong in `references/`, and the license field an extracted skill carries with it. -[Unreleased]: https://github.com/svyatov/oss-kit/compare/v0.13.0...HEAD +[Unreleased]: https://github.com/svyatov/oss-kit/compare/v0.14.0...HEAD +[0.14.0]: https://github.com/svyatov/oss-kit/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/svyatov/oss-kit/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/svyatov/oss-kit/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/svyatov/oss-kit/compare/v0.10.0...v0.11.0