aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat(proj_mgr): add support for conditional directory removal魏曹先生36 hours2-1/+63
* feat(rule_solver): support `!=` comparison and reject trailing tokens魏曹先生36 hours1-2/+39
* feat(proj_mgr): add toggle mutex validation and program crate name魏曹先生36 hours4-2/+119
* refactor(proj_init): simplify template expansion logic魏曹先生37 hours1-42/+12
* feat: add remote template source support via git refs魏曹先生38 hours5-12/+479
* chore: remove obsolete 0.4 template files魏曹先生39 hours13-314/+0
* docs: Expand Mingling CLI README with usage details魏曹先生39 hours1-2/+83
* feat: add description to FLAG_PAIR suggestion魏曹先生40 hours1-1/+1
* chore: remove ZIP template packaging and use directories魏曹先生40 hours8-1333/+37
* feat(config): add metadata description for config command魏曹先生40 hours1-1/+9
* feat(config): add cfg --pair flag and refactor config path魏曹先生40 hours3-6/+129
* feat: add config command and resource for editing settings魏曹先生41 hours5-5/+122
* refactor: move packages dir to mingling/packages魏曹先生41 hours3-4/+4
* feat: add project template expansion with rule-based generation魏曹先生41 hours7-8/+1439
* chore: update package versions to 0.4.0 in lock files魏曹先生2 days35-108/+108
* ci: package mling templates in CI workflow魏曹先生2 days1-0/+3
* chore: add template packaging tool and ignore templates dir魏曹先生2 days4-4/+701
* feat: add Mingling 0.4 template files魏曹先生2 days13-0/+314
* refactor(pkg-mgr): use pack results for uninstall states魏曹先生2 days1-25/+42
* feat(pkg-show): return early error for empty packages魏曹先生2 days1-9/+18
* fix: use consistent output macro for install results魏曹先生2 days1-2/+2
* fix: copy mingling-cli binary in install scripts魏曹先生2 days2-0/+2
* refactor: migrate renderers to RenderResult and stdout macros魏曹先生2 days5-65/+99
* feat: add cargo-style formatting utilities and macros魏曹先生2 days2-0/+219
* style: format code and fix minor lint issues魏曹先生2 days2-1/+1
* fix: correct docs for parse function in utils::display魏曹先生2 days1-4/+4
* feat: Switch loader script to zsh syntax魏曹先生2 days1-2/+2
* chore: rename CLI completion scripts to mling魏曹先生2 days3-5/+3
* build: replace cargo install with local release build in scripts魏曹先生2 days6-9/+111
* feat(pkg-mgr): implement pkg-show command魏曹先生2 days4-1/+220
* feat: implement pkg-enable and pkg-disable commands魏曹先生2 days7-6/+272
* feat(pkg_mgr): add uninstall command and improve install魏曹先生2 days7-6/+426
* feat: add exit codes for io error handling魏曹先生2 days1-4/+209
* feat(pkg-mgr): add install command placeholder魏曹先生2 days2-0/+10
* docs(help): rename package commands to pkg prefix魏曹先生2 days1-3/+3
* chore: fix help text alignment for metadata command魏曹先生2 days1-1/+1
* refactor(cli): move global help and completion to library魏曹先生2 days2-35/+33
* chore: move CLI entry to bin and restructure imports魏曹先生2 days3-21/+24
* docs: format help text with markdown styling魏曹先生2 days1-26/+27
* chore(mingling_cli): add colored dependency and utils module魏曹先生2 days5-0/+397
* revert: Remove serde and structural renderer support魏曹先生2 days4-19/+8
* feat(lint): add shell completion for linter checkers魏曹先生2 days1-6/+26
* refactor(linter): rename LintRegistry to ResLintRegistry魏曹先生2 days2-7/+7
* feat(linter): refactor lint registry into program resource魏曹先生2 days4-54/+58
* refactor(linter): simplify lint explain output formatting魏曹先生2 days1-4/+2
* chore: align markdown table formatting魏曹先生2 days1-8/+8
* chore: add shell completion for explain command魏曹先生2 days1-3/+20
* feat(cli): implement `explain` command and add JSON structural rendering魏曹先生2 days6-4/+139
* refactor(linter): move ra lint commands to separate module魏曹先生2 days2-64/+64
* refactor(linter): rename cmd_mlint to cmd_lint魏曹先生2 days2-2/+2