Skip to content

chore(packages): reconcile repo version fields to published baseline - #63

Merged
WayforthOfficial merged 1 commit into
mainfrom
chore/reconcile-package-versions
Jun 27, 2026
Merged

chore(packages): reconcile repo version fields to published baseline#63
WayforthOfficial merged 1 commit into
mainfrom
chore/reconcile-package-versions

Conversation

@WayforthOfficial

Copy link
Copy Markdown
Owner

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.

package registry repo HEAD → published note
wayforth-sdk (sdk-python) PyPI 0.8.14 → 0.9.0 0.9.0 code already == published
wayforth-sdk (sdk-typescript) npm 0.8.0 → 0.9.0 0.9.0 src == published; dist is built at publish (not tracked)
create-wayforth-agent npm 0.9.0 → 0.9.1 0.9.1 code already == published

Version-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-langgraph is already in sync (0.9.0). The wayforth-mcp desync is the real one — handled separately in #62 (it needs an actual republish to land the scrub). The TS-SDK 0.10.0 work is preserved on origin/chore/consolidate-ts-sdk-source.

🤖 Generated with Claude Code

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>
@railway-app
railway-app Bot temporarily deployed to wayforth / wayforth-pr-63 June 27, 2026 17:27 Destroyed
@WayforthOfficial
WayforthOfficial merged commit 19daf30 into main Jun 27, 2026
2 of 3 checks passed
@WayforthOfficial
WayforthOfficial deleted the chore/reconcile-package-versions branch June 27, 2026 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants