<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mingling.git/mingling_ci/help.txt, branch main</title>
<subtitle>用于开发多子命令的命令行框架
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/'/>
<entry>
<title>chore: reorganize dev tools into dev/ directory and consolidate configs</title>
<updated>2026-08-18T22:15:20+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T21:54:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=ec9edc294fd5e7e29977fc7b0e6fb953422bc0e2'/>
<id>ec9edc294fd5e7e29977fc7b0e6fb953422bc0e2</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ci-new): add git-lock and git-unlock CI commands</title>
<updated>2026-08-18T03:32:47+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T03:32:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=03b70e49bed33885cb51415dcbd657a93b1c9ffc'/>
<id>03b70e49bed33885cb51415dcbd657a93b1c9ffc</id>
<content type='text'>
Add temporary commit and restore commands to stabilize the workspace
during CI runs, with safety checks and error handling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add temporary commit and restore commands to stabilize the workspace
during CI runs, with safety checks and error handling.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ci-new): add refresh tools for docs, examples, and features</title>
<updated>2026-08-18T03:19:04+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T03:19:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=9113bf0fa1b60eaea4f4c3f9687b1c0e4f124715'/>
<id>9113bf0fa1b60eaea4f4c3f9687b1c0e4f124715</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(mingling_ci): rename build, clippy, and docs commands to -check</title>
<updated>2026-08-18T03:09:23+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T03:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=b1102be2682feb2d2182ead0fcc7ce12f8d0c865'/>
<id>b1102be2682feb2d2182ead0fcc7ce12f8d0c865</id>
<content type='text'>
suffix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
suffix
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ci-new): add docs-build command to mingling_ci</title>
<updated>2026-08-18T03:04:01+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T03:04:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=65464029958facf58c886a3ab5d4b9ab176f4e1c'/>
<id>65464029958facf58c886a3ab5d4b9ab176f4e1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ci-new): add test-examples command</title>
<updated>2026-08-18T02:52:54+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T02:52:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=b47a1fb1dd5b82ba14bcf8589c5b2a604569bf19'/>
<id>b47a1fb1dd5b82ba14bcf8589c5b2a604569bf19</id>
<content type='text'>
Add a new `test-examples` command that builds each example
and runs its `test.toml` cases, reporting failures and
setting a non-zero exit code when any example fails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new `test-examples` command that builds each example
and runs its `test.toml` cases, reporting failures and
setting a non-zero exit code when any example fails.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ci-new): align help text command layout</title>
<updated>2026-08-18T02:46:02+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T02:46:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=0c366be05c871fcf182a1276b6637681530c2ed0'/>
<id>0c366be05c871fcf182a1276b6637681530c2ed0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ci-new): add markdown structural comparison commands</title>
<updated>2026-08-18T02:42:14+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T02:42:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=8d06ff9eab3ac70b55f6d7437a6615b77fa38d80'/>
<id>8d06ff9eab3ac70b55f6d7437a6615b77fa38d80</id>
<content type='text'>
Add `markdown-compare` and `markdown-compare-all` commands to verify
that translated docs maintain the same structure as the reference.
Compare heading levels, code fences, lists, quotes, and other
structural elements while allowing text differences.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `markdown-compare` and `markdown-compare-all` commands to verify
that translated docs maintain the same structure as the reference.
Compare heading levels, code fences, lists, quotes, and other
structural elements while allowing text differences.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat（ci-new）: add markdown code block verification commands</title>
<updated>2026-08-18T02:31:23+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T02:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=721536eae99d468299c6d7f5ecd6b7dbeac4c34a'/>
<id>721536eae99d468299c6d7f5ecd6b7dbeac4c34a</id>
<content type='text'>
Add `markdown-check` and `markdown-check-all` commands to verify Rust
code blocks in markdown files. Code blocks are compiled as test
projects, sharing temporary crates based on dependency configuration for
parallel execution.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `markdown-check` and `markdown-check-all` commands to verify Rust
code blocks in markdown files. Code blocks are compiled as test
projects, sharing temporary crates based on dependency configuration for
parallel execution.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ci-new): add test-all task with per-crate config support</title>
<updated>2026-08-18T02:01:53+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T02:01:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=570b2bc1710c0ab8a68ad69a6121144e4f5e3aca'/>
<id>570b2bc1710c0ab8a68ad69a6121144e4f5e3aca</id>
<content type='text'>
Add a new `test-all` command that runs tests across all crates with
optional per-crate command overrides via `mingling-ci.toml` files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new `test-all` command that runs tests across all crates with
optional per-crate command overrides via `mingling-ci.toml` files.
</pre>
</div>
</content>
</entry>
</feed>
