Skip to content

Conversation

@Jordonbc
Copy link
Collaborator

Summary

  • replace the monolithic tauri_commands.rs file with a directory-based module tree that groups commands by area
  • extract shared helpers into shared.rs and re-export the command functions via mod.rs
  • move existing command implementations into focused files for general repo management, branches, status/logging, stashes, commits, remotes, LFS, backends, settings, and updater handling

Testing

  • cargo fmt
  • cargo check (fails: missing system dependency glib-2.0 required by glib-sys)

https://chatgpt.com/codex/tasks/task_e_68c992b48844832286f5accd6de90e1b

@Jordonbc Jordonbc merged commit 099e69d into Dev Sep 16, 2025
5 checks passed
@Jordonbc Jordonbc deleted the codex/refactor-tauri_commands.rs-into-folder-module branch September 16, 2025 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants