prowler-changelog
Installation
SKILL.md
How changelog entries work: fragments
A PR never edits unreleased CHANGELOG.md content directly; use fragments instead. Released-block typo/correction fixes are the only direct-edit exception and are described below. For regular entries, add one small fragment file per entry under the component's changelog.d/ directory. Fragments are compiled into the component's CHANGELOG.md at release time (deleting the consumed fragments), so concurrent PRs never conflict on the changelog.
| Component | Fragments directory | Compiled file |
|---|---|---|
| UI | ui/changelog.d/ |
ui/CHANGELOG.md |
| API | api/changelog.d/ |
api/CHANGELOG.md |
| MCP Server | mcp_server/changelog.d/ |
mcp_server/CHANGELOG.md |
| SDK | prowler/changelog.d/ |
prowler/CHANGELOG.md |
"What's unreleased" = "what's in changelog.d/". The compiled CHANGELOG.md files contain only released versions.
Fragment filename
<slug>.<type>.md