chore(repo): prepare Samva public repository move - #32
Merged
Conversation
TegamiThis repository uses Tegami to manage releases. When your changes affect published packages, add a changelog file under Create a changelog → · Changelog format No changelogs yetThis PR has no pending changelog files. If your changes require a release, add a changelog before merging. Run Managed by Tegami. |
aryasaatvik
marked this pull request as ready for review
August 28, 2026 21:32
Greptile SummaryThe PR prepares the repository’s public identity transition from
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| scripts/tegami.mts | Updates the GitHub publishing target, release-check plugin name, and private workspace ignore entry consistently with the repository rename. |
| package.json | Renames the private root workspace package from samva-integrations to samva. |
| bun.lock | Keeps the root workspace identity synchronized with package.json. |
| packages/better-auth/package.json | Redirects published package repository and issue metadata to the future public repository. |
| packages/email-sdk/package.json | Redirects published package repository and issue metadata to the future public repository. |
| plugins/samva/.codex-plugin/plugin.json | Updates the Codex plugin’s source repository metadata without changing its runtime MCP configuration. |
| plugins/samva/.cursor-plugin/plugin.json | Updates the Cursor plugin’s source repository metadata without changing its runtime MCP configuration. |
| docs/releases.md | Documents the npm trusted-publisher repository identity expected after the transfer while preserving the pinned workflow filename. |
Reviews (2): Last reviewed commit: "fix(repo): use lowercase public reposito..." | Re-trigger Greptile
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
Samvawhile retaining its packages, examples, cookbooks, and agent plugins.SamvaHQ/samva.samvaand preserve the private core repository as the plugin provenance source..github/workflows/publish.ymlunchanged because npm trusted publishing depends on that workflow filename.Validation
bun run release:checkpassed.bun run validate:agent-pluginpassed.no-await-in-loopwarnings in the Supabase example.git diff --checkand formatting checks passed.This PR prepares the repository for the post-merge transfer and rename. It does not perform the transfer, reconfigure npm trusted publishers, or deploy anything.