<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mingling.git, branch try-new-badges</title>
<subtitle>用于开发多子命令的命令行框架
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/'/>
<entry>
<title>docs: update badges to use local badge assets</title>
<updated>2026-08-18T23:34:56+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T23:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=2425e2ae1b8d183ce831e50b66ffe8547daf0f7b'/>
<id>2425e2ae1b8d183ce831e50b66ffe8547daf0f7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: update CI badge to use generated build badge</title>
<updated>2026-08-18T23:30:47+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T23:30:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=2524c5337a0bf41b8f795b57dfeac83915d465c2'/>
<id>2524c5337a0bf41b8f795b57dfeac83915d465c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>docs(contributing): update project structure and docs guide</title>
<updated>2026-08-18T19:47:35+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T19:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=06dfc27194c11e1d1033c292c759a1c5d82e780b'/>
<id>06dfc27194c11e1d1033c292c759a1c5d82e780b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: update README and add ROADMAP with contributors section</title>
<updated>2026-08-18T16:47:32+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T16:47:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=b06782c69ce77f64ef19295d2727248ed72c07b5'/>
<id>b06782c69ce77f64ef19295d2727248ed72c07b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: remove redundant reference in completion handler</title>
<updated>2026-08-18T05:22:04+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T05:22:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=e553c0fc22ae99251d3954ae248216ec9bf68e3f'/>
<id>e553c0fc22ae99251d3954ae248216ec9bf68e3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>docs(ci): clarify git-unlock dirty check behavior</title>
<updated>2026-08-18T04:39:22+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T04:39:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=467443d37191c79e8ab7700e2d8d7e4e6666f9e5'/>
<id>467443d37191c79e8ab7700e2d8d7e4e6666f9e5</id>
<content type='text'>
Document that the dirtiness check compares content, not timestamps,
and add the `--show-diff` flag example used by CI workflows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document that the dirtiness check compares content, not timestamps,
and add the `--show-diff` flag example used by CI workflows.
</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>ci: configure git identity in workflows</title>
<updated>2026-08-18T04:11:59+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-08-18T04:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=b1694827328dcbf061b9b502e51830176b4f42df'/>
<id>b1694827328dcbf061b9b502e51830176b4f42df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
