Skip to content

Commit bc7d617

Browse files
authored
feat: separate cortex-gui into standalone repository (#509)
BREAKING: The cortex-gui (Tauri desktop application) has been moved to a separate repository: https://github.com/CortexLM/cortex-ide This allows the GUI to be developed independently and removes the Tauri dependencies from the CLI workspace. The GUI crate previously depended on: - cortex-engine - cortex-protocol - cortex-storage These dependencies have been stubbed out in the new repository with TODOs for future re-integration. Cargo.toml: Removed cortex-gui/src-tauri from workspace members
1 parent 31783b2 commit bc7d617

File tree

11,060 files changed

+356
-1264482
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

11,060 files changed

+356
-1264482
lines changed

Cargo.lock

Lines changed: 217 additions & 4213 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ members = [
106106
# ==========================================================================
107107
# Desktop Application (GUI) - Tauri
108108
# ==========================================================================
109-
"cortex-gui/src-tauri",
109+
# NOTE: cortex-gui has been moved to a separate repository: CortexLM/cortex-ide
110+
# See: https://github.com/CortexLM/cortex-ide
110111
]
111112

112113
[workspace.package]

cortex-gui/.env.example

Lines changed: 0 additions & 3 deletions
This file was deleted.

cortex-gui/.gitignore

Lines changed: 0 additions & 34 deletions
This file was deleted.

cortex-gui/AUDIT_REPORT.md

Lines changed: 0 additions & 220 deletions
This file was deleted.

0 commit comments

Comments
 (0)