| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: rename release binary to RELEASE-WORKSPACE | 魏曹先生 | 15 hours | 1 | -0/+0 |
| | | |||||
| * | feat(release): add workspace release script and refactor run_cmd helpers | 魏曹先生 | 15 hours | 3 | -4/+175 |
| | | |||||
| * | refactor: extract dependency order logic into a shared module | 魏曹先生 | 15 hours | 3 | -184/+186 |
| | | |||||
| * | feat: add binary to display dependency order of workspace crates | 魏曹先生 | 15 hours | 1 | -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 hours | 3 | -15/+21 |
| | | |||||
| * | refactor(devtools): rename dev_tools to .run and replace run-tools | 魏曹先生 | 36 hours | 26 | -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. | |||||
