| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | revert: Remove serde and structural renderer support | 魏曹先生 | 2 days | 1 | -8/+2 |
| | | |||||
| * | feat(linter): refactor lint registry into program resource | 魏曹先生 | 2 days | 1 | -5/+9 |
| | | | | | | Extract lint registry loading from cmd_explain into a shared program-level resource initialized via setup. | ||||
| * | feat(cli): implement `explain` command and add JSON structural rendering | 魏曹先生 | 2 days | 1 | -2/+8 |
| | | | | | | | | | | | Add a new `explain <LINT>` command that queries the embedded lint registry (generated by `build.rs`) and displays detailed information about a specifoic lint, including its name, title, summary, active-on target, default setting, and author. Enable the `structural_renderer` feature and add `serde`/`serde_json` dependencies to support JSON output rendering for command results. | ||||
| * | feat: add package and project manager modules | 魏曹先生 | 2 days | 1 | -0/+2 |
| | | |||||
| * | refactor: extract metadata args into reusable statics | 魏曹先生 | 2 days | 1 | -2/+14 |
| | | |||||
| * | feat(cli): add dynamic completion scripts and global help | 魏曹先生 | 2 days | 1 | -3/+16 |
| | | | | | | | Enable the dispatch_tree and comp features to generate completion scripts during build and register global help and completion support in the main entry point. | ||||
| * | feat(mling): add linter framework with async support and registry | 魏曹先生 | 2026-07-21 | 1 | -7/+8 |
| | | | | | generation | ||||
| * | feat(mingling_cli): add metadata and linter commands with cargo analysis | 魏曹先生 | 2026-07-21 | 1 | -1/+26 |
| | | | | | | Introduce `metadata` and `mlint` subcommands, wire up `cargo_metadata` for manifest analysis, and enable procedural macro support in editors | ||||
| * | feat(mingling_cli): add scaffold for CLI tool | 魏曹先生 | 2026-07-20 | 1 | -0/+3 |
| | | | | | | Add initial project structure for the mingling-cli scaffolding tool, including Cargo manifest and entry point | ||||
| * | Remove mingling_cli crate | 魏曹先生 | 2026-04-25 | 1 | -15/+0 |
| | | |||||
| * | Remove async from dispatcher parsing functions | 魏曹先生 | 2026-04-19 | 1 | -3/+2 |
| | | |||||
| * | Rename add_dispatcher module to dispatcher_mgr and add remove command | Weicao-CatilGrass | 2026-04-14 | 1 | -7/+7 |
| | | |||||
| * | Add CLI program for managing dispatchers | 魏曹先生 | 2026-04-06 | 1 | -0/+16 |
