release: GraphKeeper 0.2.0 - #9
Merged
Merged
Conversation
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.
Outcome
Prepare GraphKeeper 0.2.0 for publication after the merged Codex and Claude agent-integration work.
This synchronizes the package, CLI, changelog, README, and release assertions. No runtime behavior beyond the already-merged integration feature is changed.
Evidence
Passing release-candidate gates on WSL Ubuntu:
npm cinpm run release:verify(269 functional/security tests and package smoke)npm run test:performance(5/5)npm ls --allsh -n scripts/validate.shsh -n templates/pre-commitgit diff --checkThe GitHub release branch tree was also compared byte-for-byte with the locally tested commit.
Checklist
npm run buildpasses through the package/release gate.npm run typecheckpasses.npm testcoverage passed for the merged feature; deterministic release suites pass on this candidate.npm run package:smokepasses and the tarball contains intended assets only.Compatibility and recovery
Tested using the supported WSL Ubuntu/POSIX runtime with Node.js 18+ package constraints. This is a non-breaking minor release. If publication verification fails, stop without reusing the version; published npm versions are immutable, and recovery requires a follow-up patch version.