fix(release): write nightly changelog fixes as symptoms, not invariants - #70
Merged
Conversation
Encode three style rules in the changelog prompts: bug fixes name the symptom that no longer happens, verbs claim no more than the evidence shows, and every item must read cold without the PR. Adds two bad-to-good style examples harvested from v0.0.33-nightly.20260809.141 and a matching symptom-first instruction in the extraction prompt.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Encodes three changelog style rules in
summaryStyleGuidance()and the extraction prompt: bug fixes name the symptom that no longer happens ("Fix …"), verbs claim no more than the evidence shows, and every item must make sense to a reader who hasn't seen the PR. Adds two bad→good style examples harvested from the v0.0.33-nightly.20260809.141 release, plus matching test assertions.Verified by regenerating that release's notes locally; the rule-driven items (no verbatim example) came out as:
t3code#5770)The two example-driven items rendered verbatim as intended ("Fix threads briefly showing as done before a queued turn starts", "Fix styling of the theme creation and import buttons").