<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mingling.git/CONTRIBUTING.md, branch version/0.3.0</title>
<subtitle>用于开发多子命令的命令行框架
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/'/>
<entry>
<title>feat: add mingling-picker and mingling-picker-macros crates</title>
<updated>2026-07-10T17:51:35+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-10T17:51:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=9245799135458d9afd5e779b6d061cee0962d585'/>
<id>9245799135458d9afd5e779b6d061cee0962d585</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add CI check workflow and update contributing guide</title>
<updated>2026-07-10T11:06:23+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-10T11:06:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=fe2f3405f518e5ad34fc6f6e409fdfafbb10e8d9'/>
<id>fe2f3405f518e5ad34fc6f6e409fdfafbb10e8d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: migrate ABOUT-CI and ABOUT-NIGHTLY to dev docs site</title>
<updated>2026-07-10T10:17:39+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-10T10:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=6be5894f40b2c2543f23aab7f7b4ffc73dbd0d77'/>
<id>6be5894f40b2c2543f23aab7f7b4ffc73dbd0d77</id>
<content type='text'>
Replace relative file links with absolute URLs and add centered page
headers
to the migrated docs. Update the dev sidebar to include the new pages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace relative file links with absolute URLs and add centered page
headers
to the migrated docs. Update the dev sidebar to include the new pages.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(devtools): rename dev_tools to .run and replace run-tools</title>
<updated>2026-07-10T08:54:57+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-10T08:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=5d258482fb84d58c966a7ccc1b467708278d28ad'/>
<id>5d258482fb84d58c966a7ccc1b467708278d28ad</id>
<content type='text'>
scripts

Replace the old run-tools.ps1/run-tools.sh scripts with a new
unified run.ps1/run.sh launcher that supports multiple languages
(PowerShell, Rust, Python, Go, C#, Nim, Perl, Ruby, Zig, and
arbitrary binaries) from the `.run/src/bin` directory.

Move all development tools from `dev_tools/` to `.run/`, update
Cargo workspace config and relevant documentation references.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
scripts

Replace the old run-tools.ps1/run-tools.sh scripts with a new
unified run.ps1/run.sh launcher that supports multiple languages
(PowerShell, Rust, Python, Go, C#, Nim, Perl, Ruby, Zig, and
arbitrary binaries) from the `.run/src/bin` directory.

Move all development tools from `dev_tools/` to `.run/`, update
Cargo workspace config and relevant documentation references.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: add CI process documentation and update CONTRIBUTING structure</title>
<updated>2026-07-02T09:48:07+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-02T09:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=012a64ad349ae003de21404ffe2e1a718f5ce9c7'/>
<id>012a64ad349ae003de21404ffe2e1a718f5ce9c7</id>
<content type='text'>
Add ABOUT-CI.md describing the local CI workflow, execution stages,
and workspace cleanliness checks. Reformat CONTRIBUTING.md tables
and add a reference to the new CI documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add ABOUT-CI.md describing the local CI workflow, execution stages,
and workspace cleanliness checks. Reformat CONTRIBUTING.md tables
and add a reference to the new CI documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(CONTRIBUTING): encourage Conventional Commits usage</title>
<updated>2026-06-25T06:01:41+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-25T05:31:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=473cd8e575d03d8bd5439e81cb6835f56a1e964f'/>
<id>473cd8e575d03d8bd5439e81cb6835f56a1e964f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add contribution guidelines</title>
<updated>2026-05-18T07:30:42+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-05-18T07:30:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=491b034d02856dc64fb9e632e0d3e566a517247c'/>
<id>491b034d02856dc64fb9e632e0d3e566a517247c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
