| name | sync-changelog |
| description | Syncs app/CHANGELOG.md with meaningful user-facing changes from git history since last sync. Use when updating the release changelog or user mentions sync changelog. |
Sync Changelog
Update user-facing app/CHANGELOG.md from git history.
Workflow
Read and execute .github/prompts/sync-changelog.prompt.md in full.
Summary
- Read
<!-- LAST_SYNCED_COMMIT --> and <!-- LAST_SYNCED_DATE --> markers in app/CHANGELOG.md
git log from last sync to HEAD (no merges)
- Include only user-facing features/improvements/security — exclude refactors, tests, CI, typos
- Group related commits; write user-perspective titles
- Update sync markers; add entries newest-first
Tags: New Feature, Improvement, Security, Announcement
Optional args: --dry-run, --since COMMIT, --since-date YYYY-MM-DD
Changelog displayed at /pages/changelog.