<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mingling.git/mingling_ci, branch main</title>
<subtitle>用于开发多子命令的命令行框架
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/'/>
<entry>
<title>fix: use porcelain diff for worktree cleanliness check</title>
<updated>2026-08-18T04:39:26+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T04:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=cc2d262b1d47748e92d436933509d7f5b78c2414'/>
<id>cc2d262b1d47748e92d436933509d7f5b78c2414</id>
<content type='text'>
Switch from `git diff-index --quiet` to `git diff --quiet` to
refresh the index first, avoiding false change reports from
stale stat records after compilation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switch from `git diff-index --quiet` to `git diff --quiet` to
refresh the index first, avoiding false change reports from
stale stat records after compilation.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: show diff on git-unlock in CI</title>
<updated>2026-08-18T04:23:03+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T04:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=5de5d5d72a9021125272977a6ca2ab865043bf67'/>
<id>5de5d5d72a9021125272977a6ca2ab865043bf67</id>
<content type='text'>
Pass `--show-diff` to `git-unlock` and restructure CI steps as
(command, args) pairs to support per-step arguments. The diff prints
tracked workspace changes before they are discarded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pass `--show-diff` to `git-unlock` and restructure CI steps as
(command, args) pairs to support per-step arguments. The diff prints
tracked workspace changes before they are discarded.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ci-new): preserve dirty changes across CI lock</title>
<updated>2026-08-18T03:42:03+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T03:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=d41a33f7edc860624e4fb67000e2fc470a8d0df4'/>
<id>d41a33f7edc860624e4fb67000e2fc470a8d0df4</id>
<content type='text'>
Store dirty workspace changes in a temporary commit so `git-unlock` can
restore them, with the marker file content (`true`/`false`) recording
which restore path to take.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Store dirty workspace changes in a temporary commit so `git-unlock` can
restore them, with the marker file content (`true`/`false`) recording
which restore path to take.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(git-unlock): report dirty working tree via exit code</title>
<updated>2026-08-18T03:36:57+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T03:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=8e92f02cc12d35985cefebfe0f3ab54a94a0aa97'/>
<id>8e92f02cc12d35985cefebfe0f3ab54a94a0aa97</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 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>refactor(ci-new): extract shared task progress bar helper</title>
<updated>2026-08-18T02:59:46+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T02:59:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=78776ff4a91c470f075aa5148e48c02ca6e4d050'/>
<id>78776ff4a91c470f075aa5148e48c02ca6e4d050</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>
</feed>
