Merged
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
This PR prepares the release-facing documentation for
v0.3.0without changing runtime behavior.The user-visible surface of the repository had moved ahead of the existing release docs in three places: the README needed to reflect the broader parser family coverage, the new multi-host host summaries, and the explicit optional CSV export behavior; the changelog still held the current release scope under
Unreleased; and there was no dedicatedv0.3.0release-notes draft to paste into GitHub Releases.This update keeps the diff intentionally narrow. It refreshes
README.mdso external readers can see the current parser surface, the strengthened sanitized regression story, the shape of host summaries inreport.mdandreport.json, and the explicit non-destructive CSV behavior. It then closes out the currentUnreleasedentries into av0.3.0section inCHANGELOG.md, including the non-destructive CSV follow-up fix. Finally, it addsdocs/release-v0.3.0.mdas a short release-notes draft aligned with the intended GitHub Release title and highlights.Validation is documentation-only in this branch; no local build or test commands were run. GitHub CI and CodeQL will run on the PR as the merge gate.