chore(release): sdk 0.11.0, cli 0.6.0, python 0.11.0 — offline V3 mandate verify#115
Merged
Conversation
…date verify Version bumps + changelogs for the #114 surface: @codespar/sdk/mandate subpath, codespar mandate verify command, codespar.mandate Python submodule with the [verify] extra. Publish via the v* tag (npm OIDC) and the python-v* release (PyPI trusted publishing). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ks, not tarballs Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ed registry install The stale ^0.10.1 range stopped matching the workspace's 0.11.0, so npm nested a 0.10.11 tarball under packages/cli and the lock drift check (correctly) refused it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@codespar/mcp's ^0.10.1 runtime dep stopped resolving against the workspace's 0.11.0 (CI typecheck could not find the module), and every adapter's ^0.10.0 peer would ERESOLVE for consumers pairing it with sdk 0.11.0. Ranges widen to '|| ^0.11.0' and each touched package takes a patch bump so the corrected manifests actually ship: adapters 0.4.1, mcp 0.5.3. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…rollup optionals The from-scratch regen on macOS dropped @rollup/rollup-linux-x64-gnu (npm/cli#4828), so CI's vitest died before running a single test. Incremental install over main's lock keeps every platform variant; nested @codespar/* installs stay at zero now that the ranges match. Co-Authored-By: Claude Fable 5 <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.
Version bumps + changelogs for the #114 surface (already merged):
@codespar/sdk/mandatesubpath,codespar mandate verify,codespar.mandatePython submodule with the[verify]extra.Release plan after merge:
v0.11.0on the merge commit →publish.yml(npm OIDC trusted publishing) ships sdk 0.11.0 + cli 0.6.0; every other package soft-passes at its already-published version.gh release create python-v0.11.0→publish-python.yml(PyPI trusted publishing) shipscodespar0.11.0.🤖 Generated with Claude Code