chore: remove toolpath-desktop (moved to pathbase repo)#57
Merged
eliothedeman merged 1 commit intomainfrom Apr 25, 2026
Merged
Conversation
The Tauri 2 desktop GUI has been moved to the private pathbase repo as `pathbase-app` now that Pathbase is going closed-source. The toolpath crates remain open and are consumed by the app via git/crates.io deps. - Drop `crates/toolpath-desktop/` and its workspace/release wiring. - Remove the `release-desktop.yml` workflow and `scripts/run-desktop.sh`. - Drop the `--exclude toolpath-desktop` carve-out from `deploy-site.yml` (no longer needed without the Tauri GTK-sys deps in the workspace). - Point CLAUDE.md, README.md, the site, and CHANGELOG at the new home.
|
🔍 Preview deployed: https://42ec6ae0.toolpath.pages.dev |
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
crates/toolpath-desktop/from the workspace — the Tauri 2 desktop GUI has moved to the private pathbase repo aspathbase-appnow that Pathbase is going closed-source.pathbase-appvia git/crates.io deps.What changed
crates/toolpath-desktop/and its[workspace.dependencies]entry..github/workflows/release-desktop.ymlandscripts/run-desktop.sh.--exclude toolpath-desktopcarve-out fromdeploy-site.yml— no more Tauri GTK-sys deps in the workspace, so the CI test matrix simplifies.scripts/release.sh: removed toolpath-desktop fromALL_CRATESand the tier-3 publish block.CLAUDE.md,README.md,site/pages/crates.md,site/_data/crates.json, andCHANGELOG.mdto point at the new home.toolpath-desktopmention incrates/toolpath-codex/tests/fixtures/sample-codex-python.jsonlas-is (historical captured session data).Test plan
cargo check --workspace(clean)cargo test --workspace(all pass)cargo clippy --workspace -- -D warnings(clean)--excludeflags.