Restructure Whole Repo & Remove All Electron Related Parts#2560
Merged
AmmarAbouZor merged 10 commits intoMay 23, 2026
Conversation
* Remove all electron legacy application parts * Remove development cli tool as it's not needed anymore * Remove development ruby scripts as they are not needed anymore as well * Remove electron related code from stypes
Move the Rust crates into a single root Cargo workspace under `crates/`, with the GUI app as the default member. Rename the GUI package to `chipmunk-app` while keeping the `chipmunk` binary name. Move core crates under `crates/core/`, shared/helper crates under `crates/`, and the plugin API crate to `crates/plugins_api`. Keep plugin examples and templates outside the main workspace and independently buildable. Update internal Cargo paths, plugin WIT paths, release packaging paths, docs, and CI references for the new layout. Release artifacts now go to `target/dist/`. Remove the obsolete precompiled updater and consolidate workspace lockfiles into the root `Cargo.lock`.
* Centralize external dependency specs in root workspace dependencies and switch crate manifests to use the workspace. * Group regular dependencies with internal crates and external crates.
* Update actions for linting PRs and master using just commands and removing the obsolete instruction from the electron era * Replace python commands on windows with just commands * Main release workflow is out of scope
Remove obsolete gitignore entries from electron era keeping rust entires only + Unify git ignore for crates
Rewrite instruction after changing the repo whole structure & Removing electron based
Member
Author
|
@itsmesamster : Can you please review the GitHub actions' files. |
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.
This PR includes:
crates/.Cargo.tomlwhere dependencies is specified for allcrates/justfile.New structure
Notes
application/,cli/development-cli, old Ruby scripts, Docker helper, and Node/Yarn CI paths.just validate; release artifacts are produced intarget/dist.