aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/res.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename Confirmer to ResConfirm and OSC94 to ResOSC94魏曹先生4 days1-2/+2
| | | | | | Rename `Confirmer` resource to `ResConfirm`, `ConfirmerCount` to `ConfirmCount`, and `ConfirmerPredicate` to `ConfirmPredicate`. Update related setups, guards, and documentation references.
* feat(res): add OSC94 resource and setup for terminal progress魏曹先生4 days1-0/+3
|
* feat(res): add Confirmer resource and stdin args setup魏曹先生4 days1-5/+7
| | | | | | | | 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魏曹先生6 days1-0/+1
| | | | | Mark all source files with a comment indicating they are not optimized for documentation purposes.
* feat(mingling): add directory environment resources and setup魏曹先生2026-06-271-0/+3
| | | | | 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-0/+3
|
* Migrate exit code control to resource-based systemWeicao-CatilGrass2026-05-131-0/+2