Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oss-kit",
"description": "Curated agent skills for open source maintainers",
"version": "0.12.0",
"version": "0.13.0",
"author": {
"name": "Leonid Svyatov",
"email": "leonid@svyatov.com",
Expand Down
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oss-kit",
"version": "0.12.0",
"version": "0.13.0",
"description": "Curated agent skills for open source maintainers",
"author": {
"name": "Leonid Svyatov",
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oss-kit",
"displayName": "oss-kit",
"version": "0.12.0",
"version": "0.13.0",
"description": "Curated agent skills for open source maintainers",
"author": {
"name": "Leonid Svyatov",
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog 2.0.0](https://keepachangelog.com/en/2.

## [Unreleased]

## [0.13.0] - 2026-08-07

### Changed

- **Breaking:** R-PUB-02 requires Maven Central credentials to become available only after a native forge publication gate. A USER_MANAGED Portal stop alone no longer passes because the same user token can publish through the Portal API.
Expand Down Expand Up @@ -364,7 +366,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.12.0...HEAD
[Unreleased]: https://github.com/svyatov/oss-kit/compare/v0.13.0...HEAD
[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
[0.10.0]: https://github.com/svyatov/oss-kit/compare/v0.9.0...v0.10.0
Expand Down
Loading