release prep: v0.2.0 - #101
Merged
Merged
Conversation
Version 0.2.0 rather than the earlier-planned 0.1.2: this release renames the canonical Decision vocabulary (ask->escalate, rewrite->transform, aliases kept), changes the documented degraded_from evidence value to its canonical spelling, adds the transform capability keys, and re-expresses eleven adapters as engine plus vendor config. Under 0.x SemVer convention that is a minor bump, not a patch. No tag is created here; tagging and publishing are the release owner's action. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Claude <noreply@anthropic.com>
open-coder-ai
marked this pull request as ready for review
September 1, 2026 21:41
The social-preview card renders the package version, so the bump invalidated the committed derivation; regenerated with docs/assets/gen_brand_assets.py (the required brand-assets check's own remedy). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Claude <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.
What this changes
The four version-bump edits that precede a release, nothing else:
pyproject.toml,src/agentseam/__init__.py,CITATION.cff→ 0.2.0, andCHANGELOG.mdgets a[0.2.0] - 2026-09-01heading over the accumulated Unreleased entries (D2–D6, ACS vocabulary, fixes). No tag is created by this PR — merging it publishes nothing; the release happens only when the owner creates thev0.2.0tag.Why 0.2.0, not the earlier-planned 0.1.2
This release renames the canonical Decision vocabulary (
ask→escalate,rewrite→transform, with deprecated aliases kept), changes the documenteddegraded_fromevidence value to its canonical spelling (a called-out break in #95), adds thetransformcapability keys, and re-expresses eleven adapters as engine + vendor config. Under 0.x SemVer convention that's a minor bump; calling it a patch would under-signal. If the owner prefers 0.1.2, the change is these same four lines.Pre-verified (dry run, nothing published)
twine checkPASSED; cold-venv install: CLI smoke green, all 13data/vendors/files ship, bundles render at the D6 sizes, an unfilled HANDLER template fails closed.pyproject/CITATIONtrack__version__) pass with the bump.evidence.pyvalidates claim wire-words against the canonical vocabulary, which splits in this release. Findings and the fix plan are in org-planplan/spine-a/pin-bump-findings.md; the fix lands with the pin bump, and chock stays green on 0.1.1 until then.Claim check
Not applicable — no adapter, matrix row, or capability claim is touched; version metadata only.
Checks
pytest -qpasses (1399 passed, 4 skipped)ruff check .andruff format --check .unaffected (no Python logic touched)🤖 Generated with Claude Code
https://claude.ai/code/session_01RcphZmVVXoy8Jf2tUtcsC3
Generated by Claude Code