aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/res
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix intra-doc links in mingling crate魏曹先生3 days1-4/+4
|
* refactor: rename Confirmer to ResConfirm and OSC94 to ResOSC94魏曹先生3 days2-47/+47
| | | | | | Rename `Confirmer` resource to `ResConfirm`, `ConfirmerCount` to `ConfirmCount`, and `ConfirmerPredicate` to `ConfirmPredicate`. Update related setups, guards, and documentation references.
* feat: move OSC94 under its own module and add confirmer predicates魏曹先生3 days3-370/+17
| | | | | | Extract OSC94 state and guard types from `res` into a dedicated `osc94` module, and add `ConfirmerCount` and `ConfirmerPredicate` types with `YesConfirm` and `TrueConfirm` implementations.
* chore: replace intra-doc links with plain code spans魏曹先生3 days2-5/+5
|
* fix: only send clean state when supported魏曹先生4 days1-1/+3
|
* feat(res): add OSC94 resource and setup for terminal progress魏曹先生4 days2-0/+336
|
* feat(res): add Confirmer resource and stdin args setup魏曹先生4 days1-0/+268
| | | | | | | | Add Confirmer with cached confirmation state and predicate-based parsing for yes/no and true/false inputs. Add ConfirmerSetup to register the resource and auto-confirm when skip mode is enabled. Add StandardInputArgsSetup to read piped stdin as appended arguments. Reorganize module exports in res and setups.
* chore: add "Doc Not Optimize" comments to source files魏曹先生5 days6-0/+6
| | | | | Mark all source files with a comment indicating they are not optimized for documentation purposes.
* chore: enforce pedantic clippy lints and fix warnings魏曹先生9 days4-7/+15
|
* chore: run cargo fmt and rearrange re-exports in mingling魏曹先生2026-07-024-12/+31
|
* feat(mingling): add directory environment resources and setup魏曹先生2026-06-275-0/+347
| | | | | Add four new resource types for common directory paths and a convenience setup struct that registers all of them at once.
* Rename `ExitCode` to `ResExitCode` and `REPL` to `ResREPL`魏曹先生2026-06-061-3/+3
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-0/+1
|
* Add doc comment for ExitCode struct usage魏曹先生2026-05-161-0/+7
|
* Add convenient `update_exit_code` and `exit_code` helper functionsWeicao-CatilGrass2026-05-131-0/+24
|
* Migrate exit code control to resource-based systemWeicao-CatilGrass2026-05-131-0/+4