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.14.0",
"version": "0.15.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.14.0",
"version": "0.15.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.14.0",
"version": "0.15.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.15.0] - 2026-08-11

### Added

- `oss-harden` counts a repository's workflow files as source in an analyzed language. R-SEC-09 now reaches a repository whose application language no analyzer supports. Step 11 read as CodeQL over application code alone, and reported such a repository outside the rule while nothing examined its workflows.
Expand Down Expand Up @@ -400,7 +402,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.14.0...HEAD
[Unreleased]: https://github.com/svyatov/oss-kit/compare/v0.15.0...HEAD
[0.15.0]: https://github.com/svyatov/oss-kit/compare/v0.14.0...v0.15.0
[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
Expand Down
Loading