Rename package to sinowisp#132
Merged
Merged
Conversation
Renames the crate, binary, and all tool-name references in preparation for renaming the repository and Cargo package. Vendor references to the Sinowealth chip family are left unchanged. Claude-Session: https://claude.ai/code/session_01MiFqdrz3fGWL2Ue6N8rka2
The `sinowisp` Cachix cache does not exist yet, so the nix-build job's cache push fails. Keep the current cache name until the cache is renamed/created on cachix.org. Claude-Session: https://claude.ai/code/session_01MiFqdrz3fGWL2Ue6N8rka2
carlossless
added a commit
that referenced
this pull request
Jul 10, 2026
Renames the crate, binary, and every `sinowealth-kb-tool` tool-name reference to `sinowisp`, in preparation for renaming the GitHub repository and Cargo package. ## Scope - `Cargo.toml` / `Cargo.lock`: package name (also updates the `repository` URL to the future `carlossless/sinowisp`) - `src/main.rs`: CLI command name - `flake.nix`: `pname`, `mainProgram`, `homepage` - `.github/workflows/push.yml`: build artifact `NAME` and cachix cache `name` - `README.md` + issue template: title, badges, usage examples - `tests/`: `cargo_bin` targets and temp-file prefix Vendor references to the **Sinowealth** chip family (in descriptions) are intentionally left unchanged — they name the hardware, not the tool. ## Follow-ups needed on the service side (not doable in this PR) - Rename the GitHub repo `carlossless/sinowealth-kb-tool` → `carlossless/sinowisp` (makes the updated badge/URL links resolve) - Create/rename the Cachix cache to `sinowisp` so the `nix-build` job's cache push succeeds - Publish/rename the crates.io package
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.
Renames the crate, binary, and every
sinowealth-kb-tooltool-name reference tosinowisp, in preparation for renaming the GitHub repository and Cargo package.Scope
Cargo.toml/Cargo.lock: package name (also updates therepositoryURL to the futurecarlossless/sinowisp)src/main.rs: CLI command nameflake.nix:pname,mainProgram,homepage.github/workflows/push.yml: build artifactNAMEand cachix cachenameREADME.md+ issue template: title, badges, usage examplestests/:cargo_bintargets and temp-file prefixVendor references to the Sinowealth chip family (in descriptions) are intentionally left unchanged — they name the hardware, not the tool.
Follow-ups needed on the service side (not doable in this PR)
carlossless/sinowealth-kb-tool→carlossless/sinowisp(makes the updated badge/URL links resolve)sinowispso thenix-buildjob's cache push succeedshttps://claude.ai/code/session_01MiFqdrz3fGWL2Ue6N8rka2