docs(changelog): record what PR #191 changed - #192
Merged
Conversation
The [Unreleased] section documented release:finish and nothing else, so six gate fixes and two corrected command names were merged with no entry at all - against this repository's own rule that docs move with the change. One of those corrections is user-visible: the 4.5.1 notes told readers to run a `dream` subcommand that git log -S finds no trace of in cli.ts's whole history. Writing this entry, the nested-subcommand gate added in #191 rejected the entry itself - it flagged the wrong command names quoted as EXAMPLES of being wrong. The gate is right: an agent reading a backticked command runs it, and it cannot tell prose from instruction. The names are described rather than written.
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.
[Unreleased]documentedrelease:finishand nothing else — #191's six gate fixes and two corrected command names had no entry, against this repo's own "docs move with the change" rule.One correction is user-visible: the 4.5.1 notes named a
dreamsubcommand thatgit log -Sfinds no trace of incli.ts's entire history.Worth noting: the gate added in #191 rejected this entry on the first try, flagging the wrong command names I had quoted as examples of being wrong. It cannot tell prose from instruction — and it is right not to, since an agent reading a backticked command runs it. The names are now described rather than written.