chore(packages): reconcile repo version fields to published baseline - #63
Merged
Merged
Conversation
Repo HEAD version fields had drifted BELOW what's actually published, so the repo disagreed with reality. For these three, the published artifact's CODE matches repo HEAD (verified by diffing the published artifacts) — only the version string was behind. This aligns them; no republish needed (the published versions already exist and match the code). sdk-python (PyPI wayforth-sdk) 0.8.14 -> 0.9.0 (code already == published 0.9.0) sdk-typescript (npm wayforth-sdk) 0.8.0 -> 0.9.0 (src == published 0.9.0; dist built at publish) create-wayforth-agent (npm) 0.9.0 -> 0.9.1 (code already == published 0.9.1) Version-string only; no code/formatting changes. wayforth-langgraph already in sync (0.9.0). The wayforth-mcp desync is a real exposure handled separately in #62 (it needs an actual republish). The TS-SDK 0.10.0 work is preserved on origin branch chore/consolidate-ts-sdk-source for a future cut. 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.
Low-stakes hygiene: the repo's declared versions had drifted below what's actually published, so repo HEAD disagreed with reality. For these three, I diffed the published artifacts against repo HEAD — the code matches; only the version string was behind. This realigns them.
wayforth-sdk(sdk-python)0.8.14 → 0.9.0wayforth-sdk(sdk-typescript)0.8.0 → 0.9.0src== published;distis built at publish (not tracked)create-wayforth-agent0.9.0 → 0.9.1Version-string only — no code or formatting changes (surgical edits; the em-dash and array formatting are untouched). No republish needed — the published versions already exist and match the code; this just stops the repo from lying about its own version.
wayforth-langgraphis already in sync (0.9.0). Thewayforth-mcpdesync is the real one — handled separately in #62 (it needs an actual republish to land the scrub). The TS-SDK0.10.0work is preserved onorigin/chore/consolidate-ts-sdk-source.🤖 Generated with Claude Code