| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: rename Confirmer to ResConfirm and OSC94 to ResOSC94 | 魏曹先生 | 3 days | 1 | -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 days | 1 | -0/+3 |
| | | |||||
| * | feat(res): add Confirmer resource and stdin args setup | 魏曹先生 | 4 days | 1 | -14/+17 |
| | | | | | | | | | 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 days | 1 | -0/+1 |
| | | | | | | Mark all source files with a comment indicating they are not optimized for documentation purposes. | ||||
| * | docs: add doc comments for Picker, AsPicker, and ProgramSetup traits | 魏曹先生 | 2026-07-19 | 1 | -0/+4 |
| | | |||||
| * | feat(setups): add picker module with flag-based program setup | 魏曹先生 | 2026-07-18 | 1 | -0/+3 |
| | | |||||
| * | feat(mingling): add directory environment resources and setup | 魏曹先生 | 2026-06-27 | 1 | -0/+3 |
| | | | | | | Add four new resource types for common directory paths and a convenience setup struct that registers all of them at once. | ||||
| * | refactor(general_renderer): rename to structural_renderer | 魏曹先生 | 2026-06-26 | 1 | -4/+4 |
| | | |||||
| * | Refactor REPL hooks into modular setups and add new hook types | 魏曹先生 | 2026-05-21 | 1 | -0/+6 |
| | | |||||
| * | Migrate exit code control to resource-based system | Weicao-CatilGrass | 2026-05-13 | 1 | -0/+11 |
