aboutsummaryrefslogtreecommitdiff
path: root/.run/src/bin/ci.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(ci): add API documentation build step魏曹先生6 days1-0/+11
|
* feat(ci): replace manual arg parsing with arg-picker魏曹先生7 days1-8/+10
|
* feat(ci): collect all doc-phase errors before failing魏曹先生9 days1-4/+16
|
* fix: update manifest path references from dev_tools to .run魏曹先生2026-07-101-7/+7
|
* refactor(devtools): rename dev_tools to .run and replace run-tools魏曹先生2026-07-101-0/+225
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.