Upgrade smithers-orchestrator to smthrs - #1
Open
roninjin10 wants to merge 1 commit into
Open
Conversation
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.
Note: upstream SocketDev/socket-cli rejected cross-repo pull request creation (permissions), so this PR is opened on the fork instead.
The npm package
smithers-orchestratorhas been renamed tosmthrs(no compatibility alias is published under the old name). This PR migrates socket-cli's pinned fleet tooling to the new package, bumping 0.23.0 → 0.33.0.Changes
scripts/fleet/setup/external-tools.json: repositorynpm:smithers-orchestrator→npm:smthrs, version 0.23.0 → 0.33.0, refreshed SRI integrity (verified against the npm registry's publisheddist.integrityfor smthrs@0.33.0), and updated soakBypass dates for the new publish date (2026-08-02, removable 2026-08-09).scripts/fleet/setup/lib/install-smithers.mjs: tarball URL now points athttps://registry.npmjs.org/smthrs/-/smthrs-<version>.tgz; doc comment updated.Breaking-change migration applied
0.33.0's only relevant breaking change is the package rename itself; it was applied in metadata and the installer URL. The CLI binary name remains
smithers, and the tarball entrypoint is stillsrc/bin/smithers.js, so the shim logic is unchanged.Verification
git grep smithers-orchestratoris clean.external-tools.jsonparses as valid JSON.package.jsondependencies or lockfile entries referenced the old package, so no lockfile change was required.Reviewer note from the upgrade pipeline: "Upgrade is mergeable. The legacy package name is absent, the diff is limited to the required package rename/version migration, JSON and files are intact, smthrs 0.33.0 is published, and its registry integrity and tarball entrypoint match the committed values."
🤖 Generated with Claude Code