chore(release): v0.10.1 — release-truth doctor + error-atlas acceptance harness#6
Merged
Conversation
…ce harness Patch release for the hardening/verification merged in #5 (no behavior change): - lib/atlas.js: oversized entry isolated as a dropped row, no longer aborts the batch - lib/atlas.js: detectConflicts() surfaces divergent-resolution duplicates - scripts/release-doctor.js + npm run release:doctor - test/atlas-acceptance.js (15-case matrix) - README release-truth corrections Validated by the new doctor: release:doctor STATUS:TRUE (version 0.10.1 consistent across package.json / CHANGELOG / README). Suite 268 green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Patch release cutting the hardening + verification work merged in #5 into a versioned release.
Version bump:
0.10.0→0.10.1(patch — no behavior change to existing features).Validated by the new tooling it ships:
npm run release:doctorreportsSTATUS: TRUE— the version is consistent acrosspackage.json, the newCHANGELOG.md [0.10.1]heading, and the README current-release pointer.npm test268 green.Changes summarized in CHANGELOG
[0.10.1]:lib/atlas.js— a single oversized entry no longer aborts the whole load (isolated as adroppedrow, no content leak);detectConflicts()surfaces divergent-resolution duplicates.scripts/release-doctor.js(npm run release:doctor) — checks docs claims against machine sources.test/atlas-acceptance.js— 15-case acceptance matrix.🤖 Generated with Claude Code