aboutsummaryrefslogtreecommitdiff
path: root/.run/src
Commit message (Collapse)AuthorAgeFilesLines
* chore: rename release binary to RELEASE-WORKSPACE魏曹先生15 hours1-0/+0
|
* feat(release): add workspace release script and refactor run_cmd helpers魏曹先生15 hours3-4/+175
|
* refactor: extract dependency order logic into a shared module魏曹先生15 hours3-184/+186
|
* feat: add binary to display dependency order of workspace crates魏曹先生15 hours1-0/+194
| | | | | | Introduce a new binary that parses workspace Cargo.toml, collects crates matching a specified prefix, and outputs them in topological dependency order with same-level crates sorted alphabetically
* fix: update manifest path references from dev_tools to .run魏曹先生36 hours3-15/+21
|
* refactor(devtools): rename dev_tools to .run and replace run-tools魏曹先生36 hours26-0/+2554
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.