This repository was archived by the owner on Jul 17, 2026. It is now read-only.
chore(sdk): move SDK to @postmill-ai npm scope - #83
Merged
Conversation
Rename @reaatech/postmill-sdk -> @postmill-ai/postmill-sdk ahead of publishing 1.0.0 under the new postmill-ai npm account. Updates all docs/README references and fixes the stale 0.1.0 version note in docs/developer-docs/sdk.md. All other @reaatech packages (agent-mesh, media-pipeline-mcp, a2a-reference-auth, postmill-agent skill) are unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The repository is moving to github.com/postmill-ai/postmill-app next; publish 1.0.0 with the future URLs since npm metadata is immutable per version. Full repo-URL sweep across the rest of the codebase happens with the actual repo move. 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
@reaatech/postmill-sdk→@postmill-ai/postmill-sdkahead of publishing 1.0.0 under the new postmill-ai npm accountREADME.md,AGENTS.md,SECURITY.md(NPM orgs line),apps/sdk/README.md, anddocs/developer-docs/(sdk, index, architecture)Version: 0.1.0note indocs/developer-docs/sdk.md→ 1.0.0SDK only —
@reaatech/agent-meshand the other@reaatech/*foundation packages, GHCR images, and GitHub repo URLs are deliberately untouched.Test plan
vitest run --root apps/sdk— 12/12 greenpnpm run release:dry— tarball builds as@postmill-ai/postmill-sdk@1.0.0withdist/contentsgrep -rn "reaatech/postmill-sdk"— zero remaining hits (lockfile keys workspace packages by path, so no lockfile change)Real publish to npm happens after merge (needs the postmill-ai npm login); old
@reaatech/postmill-sdk@0.1.0will be unpublished.🤖 Generated with Claude Code