Read changes.md and write a release note to release-note.md.
Follow the style and rules defined in prompts/release-note.md exactly.
Steps:
- Read
prompts/release-note.mdfor formatting rules - Read
package.jsonto get the current version - Read
changes.mdfor current change entries - Read
release-note.mdfor existing release notes - Rewrite every
changes.mdentry into the release note format — one sentence each, with the source-file references ((`core/logic/shell/ui`)), root cause, and internal identifiers removed. Never copy an entry through unchanged; see "Condense First" in the rules. - Write
## <version>section torelease-note.md- If the top section already has the same version, replace that section
- If the top section has a different version, clear the entire file and write only the new version section
- Clear
changes.mdcontents (keep the file, empty the content)
Before writing, check the draft: no (`path/to/file`) references, no internal method or CSS
selector names, no item longer than one sentence.