aboutsummaryrefslogtreecommitdiff
path: root/mingling_ci/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* chore: reorganize dev tools into dev/ directory and consolidate configsHEADmain魏曹先生51 min.1-47/+0
| | | | | | | | | | 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.
* feat(ci-new): add refresh tools for docs, examples, and features魏曹先生20 hours1-0/+2
| | | | | | | Add three utility commands to regenerate generated files: - `docsify-refresh`: fix code-box blank lines and regenerate sidebars - `example-refresh`: regenerate example docs module and examples index - `features-refresh`: regenerate the features module from Cargo.toml
* feat(ci-new): report per-file results魏曹先生20 hours1-0/+1
| | | | | | Add per-file report generation for markdown checks using the reporter module, grouping outcomes by source file and exporting ok or error results with snake_case item names.
* chore(ci-new): replace progress system with indicatif魏曹先生22 hours1-0/+1
|
* feat(ci-new): implement build-all task魏曹先生22 hours1-0/+2
| | | | | Run cargo build for all package manifests in parallel and report failures.
* feat: add new Mingling CI system crate (WIP)魏曹先生23 hours1-0/+41
Add `mingling_ci` as a standalone CI system built on Mingling 0.4.0 to validate the next version, with report collection and manifest listing commands.