Expose latest SDK and integration updates#12
Merged
Conversation
## Summary Advance version fields across the SDK, CLI, MCP server, all framework adapters, and all host-integration plugins so the current source can be published to npm and PyPI registries. ## Changes - `@atomicmemory/sdk` → 1.0.3 - `@atomicmemory/cli` and `cli-spec.json` → 0.1.3 - `@atomicmemory/mcp-server` → 0.1.3 - `@atomicmemory/langchain`, `langgraph`, `mastra`, `openai-agents`, `vercel-ai` adapters → 0.1.2 - `@atomicmemory/claude-code-plugin`, `codex-plugin`, `cursor-plugin`, `hermes-plugin`, `openclaw-plugin` → 0.1.17 - Codex skill `SKILL.md` and OpenClaw `skill.yaml` version fields → 0.1.17 - Hermes `plugin.yaml` and `pyproject.toml` → 0.1.17 - Marketplace and plugin manifests updated to match ## Why The package family had accumulated source changes since the last publish cycle but version fields were not advanced, blocking registry publication. All packages in a given tier move together so consumers pulling any combination of SDK, adapter, and plugin see consistent version metadata. ## Validation - `pnpm run pack-dry-run` — confirms all packages resolve and pack cleanly at the new versions - `pnpm run package-metadata` — confirms name, version, exports, and files fields are consistent - `pnpm run repo-hygiene` — no new policy violations introduced
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.
Summary
Update package metadata so users can install the current SDK, CLI, MCP server, framework adapters, and host integration plugins from public registries.
Changes
Why
The source already includes the current SDK and integration updates. Package metadata needs to move so npm and PyPI artifacts can carry those updates to users.
Validation