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
3 changes: 3 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"MD024": { "siblings_only": true }
}
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [2.1.1] - 2026-06-09

### Changed

- Dependency updates (Renovate); CI now uses org reusable workflows.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To maintain readability and preserve granularity in the changelog, consider splitting these two distinct changes into separate bullet points.

Suggested change
- Dependency updates (Renovate); CI now uses org reusable workflows.
- Dependency updates (Renovate).
- CI now uses org reusable workflows.
References
  1. Preserve granularity in changelog entries. Avoid folding distinct changes into a single bullet point to ensure they remain searchable and consistent with the detail level of previous releases.


### Fixed

- Suppress always-true PHPStan narrowing on the Composer `tryComposer` guard.

## [2.1.0] - 2026-05-12

### Added
Expand Down Expand Up @@ -178,7 +188,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **Path Traversal Protection**: Uses `realpath()` to resolve canonical paths
- **XML Escaping**: Properly escapes skill metadata in generated XML

[Unreleased]: https://github.com/netresearch/composer-agent-skill-plugin/compare/v2.1.0...HEAD
[Unreleased]: https://github.com/netresearch/composer-agent-skill-plugin/compare/v2.1.1...HEAD
[2.1.1]: https://github.com/netresearch/composer-agent-skill-plugin/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/netresearch/composer-agent-skill-plugin/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/netresearch/composer-agent-skill-plugin/compare/v1.1.5...v2.0.0
[1.1.5]: https://github.com/netresearch/composer-agent-skill-plugin/compare/v1.1.4...v1.1.5
Expand Down