<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mingling.git/mingling_cli/Cargo.toml, branch picker-0.1.0</title>
<subtitle>用于开发多子命令的命令行框架
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/'/>
<entry>
<title>feat(mingling_cli): add wrapper binary and optimize release profile</title>
<updated>2026-07-22T08:15:56+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-21T17:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=8646a3eab52c2b299304d3dfc142a358c74b0697'/>
<id>8646a3eab52c2b299304d3dfc142a358c74b0697</id>
<content type='text'>
Add `mling` wrapper binary that delegates to `mingling-cli`, enabling
separate binary names while maintaining Cargo conventions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `mling` wrapper binary that delegates to `mingling-cli`, enabling
separate binary names while maintaining Cargo conventions.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(lints): add quote dependency and improve variable name detection</title>
<updated>2026-07-21T07:59:01+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-21T07:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=05a06b59d2a27428d253308f067aa0e5a841eb5e'/>
<id>05a06b59d2a27428d253308f067aa0e5a841eb5e</id>
<content type='text'>
Use `quote` token stream matching instead of debug formatting
to detect variable references in `unnecessary_render_result_creation`,
fixing false positives from string-based matching.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use `quote` token stream matching instead of debug formatting
to detect variable references in `unnecessary_render_result_creation`,
fixing false positives from string-based matching.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(Cargo.toml): reorganize dependencies and add section comments</title>
<updated>2026-07-21T07:26:59+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-21T07:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=a4780f04172b3ef9fb11af5f7bc8abd7139cbe54'/>
<id>a4780f04172b3ef9fb11af5f7bc8abd7139cbe54</id>
<content type='text'>
Group dependencies by purpose with inline comments for clarity
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Group dependencies by purpose with inline comments for clarity
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(mling): add linter framework with async support and registry</title>
<updated>2026-07-21T07:12:52+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-21T07:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=9976b31a56bcc3ed37ac878b351bd8d097dc67cc'/>
<id>9976b31a56bcc3ed37ac878b351bd8d097dc67cc</id>
<content type='text'>
generation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
generation
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(mingling_cli): add metadata and linter commands with cargo analysis</title>
<updated>2026-07-20T22:40:46+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-20T22:40:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=04ce3a18efe971c5b6893977f0ebe1ce1d9a6947'/>
<id>04ce3a18efe971c5b6893977f0ebe1ce1d9a6947</id>
<content type='text'>
Introduce `metadata` and `mlint` subcommands, wire up `cargo_metadata`
for manifest analysis, and enable procedural macro support in editors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce `metadata` and `mlint` subcommands, wire up `cargo_metadata`
for manifest analysis, and enable procedural macro support in editors
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(mingling_cli): add scaffold for CLI tool</title>
<updated>2026-07-20T07:37:46+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-20T07:35:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=85ab2969934744e8a0346c78daaab7f6d7b85ee6'/>
<id>85ab2969934744e8a0346c78daaab7f6d7b85ee6</id>
<content type='text'>
Add initial project structure for the mingling-cli scaffolding tool,
including Cargo manifest and entry point
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add initial project structure for the mingling-cli scaffolding tool,
including Cargo manifest and entry point
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove mingling_cli crate</title>
<updated>2026-04-25T12:40:00+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-25T12:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=26e6d3a81af0ab54c63386d68a155d2f5907c137'/>
<id>26e6d3a81af0ab54c63386d68a155d2f5907c137</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename add_dispatcher module to dispatcher_mgr and add remove command</title>
<updated>2026-04-13T19:03:21+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-13T19:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=33469c75614c444f512fd51dbc78a31a9a4bec82'/>
<id>33469c75614c444f512fd51dbc78a31a9a4bec82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CLI program for managing dispatchers</title>
<updated>2026-04-06T07:57:29+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-06T07:57:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=9f8307ad9b0f1ce8301698277d2b8ab169ea5f7f'/>
<id>9f8307ad9b0f1ce8301698277d2b8ab169ea5f7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
