chore: remove extra app workspaces#5147
Merged
Merged
Conversation
✅ Deploy Preview for hyprnote canceled.
|
4b20fbf to
085a7ba
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 27c4e40. Configure here.
Delete non-desktop/web app packages and clean workspace references for the removed API and CLI apps.
Prune unused server, CLI, extension, mobile, agent, webhook, and observability leftovers that are not reachable from the desktop or web workspaces.
Remove leftover app and package files reintroduced during conflict resolution.
27c4e40 to
852c330
Compare
Remove lockfile entries for the deleted e2e blackbox workspace.
Restore the pyannote-local and transcribe-whisper-local workspace test excludes so desktop CI does not compile heavy native test targets.
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.

Delete non-desktop/web app packages and clean workspace references for the removed API and CLI apps.
Note
Medium Risk
Medium risk because it deletes multiple CI/CD workflows and composite actions (API/CLI/Chrome/Stripe/STT/LLM/etc.), which could unintentionally remove required build/release coverage if any of those targets are still in use.
Overview
This PR removes non-desktop/web automation and workspace scaffolding, deleting composite GitHub Actions (
install_cli_deps,sentry_cli), multiple CI/CD workflows (API, CLI standalone + desktop, Chrome extension, Stripe, Slack internal, OpenStatus, STT/LLM e2e), and an autogenerated legal review report.desktop_ciis adjusted to reflect the reduced workspace by trimming some workspace test exclusions, keeping the remaining pipeline focused on the desktop app and core crates/plugins.Reviewed by Cursor Bugbot for commit 7eeb1f5. Bugbot is set up for automated code reviews on this repo. Configure here.