.pi/prompts/cl.md
Audit changelog entries for all commits since the last release.
Find the last release tag:
git tag --sort=-version:refname | head -1
List all commits since that tag:
git log <tag>..HEAD --oneline
Read each package's [Unreleased] section:
For each commit, check:
packages/ai/src/models.generated.ts) unless accompanied by an intentional product-facing change in non-generated source/docs.git show <hash> --stat)Description ([#N](url) by [@user](url))Cross-package duplication rule:
Changes in ai, agent or tui that affect end users should be duplicated to coding-agent changelog, since coding-agent is the user-facing package that depends on them.
Add New Features section after changelog fixes:
### New Features section at the start of ## [Unreleased] in packages/coding-agent/CHANGELOG.md.Report:
Sections (in order):
### Breaking Changes - API changes requiring migration### Added - New features### Changed - Changes to existing functionality### Fixed - Bug fixes### Removed - Removed featuresAttribution:
Fixed foo ([#123](https://github.com/badlogic/pi-mono/issues/123))Added bar ([#456](https://github.com/badlogic/pi-mono/pull/456) by [@user](https://github.com/user))