aboutsummaryrefslogtreecommitdiff
path: root/run.sh
Commit message (Collapse)AuthorAgeFilesLines
* chore: reorganize dev tools into dev/ directory and consolidate configsHEADmain魏曹先生13 hours1-26/+26
| | | | | | | | | | 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.
* chore: update run scripts for version 0.1.2魏曹先生2026-08-021-50/+88
|
* chore: make run.sh executable魏曹先生2026-07-171-0/+0
|
* feat(run): update `.run` to 0.1.1魏曹先生2026-07-111-4/+20
|
* refactor(devtools): rename dev_tools to .run and replace run-tools魏曹先生2026-07-101-0/+257
scripts Replace the old run-tools.ps1/run-tools.sh scripts with a new unified run.ps1/run.sh launcher that supports multiple languages (PowerShell, Rust, Python, Go, C#, Nim, Perl, Ruby, Zig, and arbitrary binaries) from the `.run/src/bin` directory. Move all development tools from `dev_tools/` to `.run/`, update Cargo workspace config and relevant documentation references.