aboutsummaryrefslogtreecommitdiff
path: root/mingling_ci/src/cmd/cmd_git_lock.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore: reorganize dev tools into dev/ directory and consolidate configsHEADmain魏曹先生5 hours1-77/+0
| | | | | | | | | | Move CI, dev tools, and configs from root-level scattered locations into a unified `dev/` directory structure. Update all references across build scripts, documentation, and editor configurations. Also consolidate editor config generation into build.rs for automated synchronization of rust-analyzer settings across VS Code and Zed.
* feat(ci-new): preserve dirty changes across CI lock魏曹先生23 hours1-12/+29
| | | | | | Store dirty workspace changes in a temporary commit so `git-unlock` can restore them, with the marker file content (`true`/`false`) recording which restore path to take.
* feat(ci-new): add git-lock and git-unlock CI commands魏曹先生23 hours1-0/+60
Add temporary commit and restore commands to stabilize the workspace during CI runs, with safety checks and error handling.