chore(release): v0.3.0#13
Merged
Merged
Conversation
Cut v0.3.0 — the work merged since v0.2.0: - deterministic entities extractor + cross-file related_entity grounding, its Tier-1 gate, and Tier-3 entity questions; - nightly LLM-judged A/B (kb.llm, key-gated, non-gating); - Docker image (slim + -embed) + docker-compose + GHCR build/publish CI; - `kb migrate` CLI. CHANGELOG [Unreleased] -> [0.3.0] (2026-06-21) + a fresh [Unreleased]; pyproject 0.2.0 -> 0.3.0 with uv.lock refreshed (uv sync --frozen passes, so the Docker build on the tag stays green); README Status + DESIGN banner bumped to v0.3. No code changes. ruff + mypy --strict clean; 52 eval tests pass (+1 skipped).
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.
Cuts v0.3.0 — publishes the six features merged since v0.2.0 (entities extractor + cross-file
related_entitygrounding, entities gate, Tier-3 entity questions, nightly LLM-judged A/B, Docker + GHCR publish,kb migrate). No code changes.CHANGELOG.md:[Unreleased]→[0.3.0] - 2026-06-21+ fresh[Unreleased]; linkscompare/v0.2.0...v0.3.0.pyproject.toml:0.2.0→0.3.0,uv.lockrefreshed (uv sync --frozenpasses — the Docker build on thev0.3.0tag won't break on a stale lock).## Status+ DESIGN banner bumped to v0.3.After merge: tag
v0.3.0→docker.ymlpublishes:0.3.0/:0.3/:latest(+-embed) to GHCR; a GitHub Release is cut from the CHANGELOG section.Self-check (local): versions consistent (pyproject + uv.lock = 0.3.0), ruff +
mypy --strictclean, 52 passed + 1 skipped, no stalev0.2in Status/DESIGN banner, no AI attribution.