chore(release): 0.6.4 — read-only graph query (feat-015)#157
Merged
Conversation
Bump 0.6.3 -> 0.6.4 + uv lock; roll CHANGELOG [Unreleased] -> [0.6.4]; README Status -> 0.6.4; release notes docs/release/0.6.4.md + index. Mark feat-015 shipped (spec Status + TRACKER). 0.6.4 ships the read-only structural query surface (ckg query --graph / ckg_query): a validated Cypher-subset AST compiled to native Cypher (Kuzu, Neo4j) or interpreted over the GraphStore ABC (SurrealDB + any backend), identical rows across all three (conformance-proven), bounded and read-only. Plus a resolver fix so re-exported package base classes resolve (INHERITS/CALLS recall). 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.
Release 0.6.4 — theme query.
Ships the read-only structural query surface (feat-015, PR #156):
ckg query --graph/ theckg_queryMCP tool — a validated Cypher-subset AST compiled to native Cypher (Kuzu, Neo4j) or interpreted over theGraphStoreABC (SurrealDB + any backend), identical rows across all three (conformance-proven live), bounded and read-only. Plus a[BUG-CARRIED]resolver fix so re-exported package base classes resolve (INHERITS/CALLSrecall).Release-train bookkeeping
pyprojectversion 0.6.3 → 0.6.4 +uv lock(--lockedclean)[Unreleased]→[0.6.4] — 2026-07-08(Added + Fixed)Status: → 0.6.4docs/release/0.6.4.md+ indexPre-verified locally:
uv build+twine checkPASS on both artifacts; full gate green;uv lock --lockedclean.After merge (squash, keep the branch per the release train): tag
v0.6.4→gh release --notes-file docs/release/0.6.4.md --latest→ on-demand OIDC publish dispatched on the tag.🤖 Generated with Claude Code