aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* feat: add package and project manager modules魏曹先生2 days3-0/+2
* docs: add help text for CLI commands and descriptions魏曹先生2 days4-3/+66
* refactor: extract metadata args into reusable statics魏曹先生2 days2-9/+39
* feat(cli): add dynamic completion scripts and global help魏曹先生2 days7-27/+31
* chore: remove deprecated comment魏曹先生2 days1-3/+0
* fix(comps): fix PowerShell completion word index and arg passing魏曹先生2 days2-8/+32
* fix(zsh): guard compdef call with function check魏曹先生2 days1-3/+6
* chore: bump version to 0.4.0魏曹先生2 days9-20/+20
* feat(pathf): remove BasicStructPattern from analyzer魏曹先生5 days4-4/+12
* feat(diagnostic): translate doc comment to English魏曹先生5 days1-1/+1
* fix(core): write RenderResult::eprintln to stderr魏曹先生6 days2-1/+3
* chore: remove redundant comments in fish completion script魏曹先生6 days1-8/+0
* feat(flags): derive PartialEq and Eq for ShellFlag魏曹先生7 days1-1/+1
* docs: document completion description support魏曹先生7 days3-25/+114
* refactor(metadata): move metadata module to core crate魏曹先生7 days4-2/+6
* chore(core): merge custom completions with defaults魏曹先生7 days2-1/+23
* refactor(dispatch_tree): match longest registered prefix in trie魏曹先生7 days2-33/+55
* feat(metadata): add Description convention metadata type魏曹先生7 days4-0/+90
* feat(gen_program): add get_metadata method stub魏曹先生7 days2-0/+11
* feat: add entry metadata system with compile-time typed values魏曹先生7 days30-1/+1542
* feat: prioritize default completion over empty fallback魏曹先生7 days1-1/+5
* fix: update install scripts to use mingling_cli path and make shell魏曹先生7 days2-2/+2
* chore: ignore __*.rs files魏曹先生7 days1-0/+1
* feat(linter): use RendererInvoker for JSON report rendering魏曹先生7 days1-4/+8
* feat(comp): add prefix and suffix methods to Suggest魏曹先生7 days2-0/+73
* fix(core): resolve subcommands after global parameters魏曹先生7 days2-13/+67
* feat(comps): improve bash completion script word tracking魏曹先生7 days2-12/+33
* chore: escape colons in zsh completion descriptions魏曹先生8 days2-5/+5
* feat: use Pickable trait for value conversion魏曹先生8 days1-2/+2
* docs: fix trailing whitespace in issue doc page魏曹先生8 days1-1/+1
* refactor(picker): replace global picker functions with PickerHelper魏曹先生8 days4-35/+72
* chore: add EntryFallback completion support魏曹先生8 days3-2/+38
* fix: rename dispatcher_not_found to entry_fallback魏曹先生8 days1-4/+3
* chore: ignore draft Python files魏曹先生8 days1-0/+1
* chore!: rename ErrorDispatcherNotFound to EntryFallback魏曹先生8 days26-58/+78
* chore(ci): test arg-picker separately from workspace魏曹先生8 days1-6/+15