chore: retire Winget publish and Tauri cargo audit - #107
Merged
Conversation
Stop shipping Winget packages and drop desktop Rust audit gates now that Tauri releases are retired; Windows install docs point at Node + npm. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_8f901e4b-fc76-4157-86a9-bce1b293eb7f) |
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.
Stop shipping Winget packages and drop desktop Rust audit gates now that Tauri releases are retired; Windows install docs point at Node + npm.
Note
Low Risk
Docs and CI-only changes; npm security gates unchanged and no runtime application code is modified.
Overview
Retires Windows Winget as a distribution channel and removes all automation and packaging for it: deletes
.github/workflows/winget.yml,docs/winget.md,packaging/winget/(manifests, portable zip build, C# launcher), and marks Winget do not publish indocs/PUBLISH.md. User-facing docs now describe Windows install as Node LTS via winget +npm i -g foxschema, notTediousCode.FoxSchema.Aligns CI with retired desktop/Tauri work by dropping cargo audit from
dependency-security.ymlandrelease-gate.yml, removing the Cargo Dependabot ecosystem, and updating security docs (SECURITY.md,docs/security/security-process.md) and release notes so gates are npm + ESLint + Gitleaks only.desktop-release.ymlcomment no longer lists Winget among CLI-first channels.Reviewed by Cursor Bugbot for commit 0c26ea6. Bugbot is set up for automated code reviews on this repo. Configure here.