Release Changelog Skill Generate the user-facing changelog for the stable Paperclip release. Versioning Model Paperclip uses calendar versioning (calver) : - Stable releases: (e.g. ) - Canary releases: (e.g. ) - Git tags: for stable, for canary There are no major/minor/patch bumps. The stable version is derived from the intended release date (UTC) plus the next same-day stable patch slot. Output: - Important rules: - even if there are canary releases such as , the changelog file stays - do not derive versions from semver bump types - do not create canary changelog files Step 0 — Idempotency C…