| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(devtools): rename dev_tools to .run and replace run-tools | 魏曹先生 | 42 hours | 1 | -64/+0 |
| | | | | | | | | | | | | | 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. | ||||
| * | Pass through tool arguments to scripts and binaries | Weicao-CatilGrass | 2026-06-12 | 1 | -3/+4 |
| | | |||||
| * | Translate Chinese comments to English in run-tools.sh | Weicao-CatilGrass | 2026-06-01 | 1 | -2/+2 |
| | | |||||
| * | Restructure docs | 魏曹先生 | 2026-05-25 | 1 | -20/+39 |
| | | | | | add template and interactive tutorial, update tool runner | ||||
| * | Add support for Python scripts in run-tools | Weicao-CatilGrass | 2026-05-16 | 1 | -0/+8 |
| | | |||||
| * | Rename refresh-examples to refresh-docs and add quiet flag | 魏曹先生 | 2026-04-15 | 1 | -1/+1 |
| | | |||||
| * | Add script support to run-tools utilities | 魏曹先生 | 2026-04-14 | 1 | -6/+15 |
| | | | | | | | The run-tools.ps1 and run-tools.sh scripts now support running both Rust binaries and shell scripts. They check dev_tools/scripts first, then dev_tools/src/bin. Also added a simple HTTP preview script. | ||||
| * | Add dev tools to generate example documentation | 魏曹先生 | 2026-04-11 | 1 | -0/+27 |
