| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(core): allow pre_dispatch hooks to mutate arguments | 魏曹先生 | 21 hours | 1 | -1/+4 |
| | | | | | | | Change `HookPreDispatchInfo.arguments` from `&[String]` to `&mut Vec<String>` so hooks can rewrite command-line arguments before dispatch. | ||||
| * | chore: add "Doc Not Optimize" comments to source files | 魏曹先生 | 2 days | 2 | -0/+2 |
| | | | | | | Mark all source files with a comment indicating they are not optimized for documentation purposes. | ||||
| * | refactor(core): improve code style and public API clarity | 魏曹先生 | 5 days | 1 | -13/+22 |
| | | | | | | | | | | | | | | | | | Replace bool-based settings with enums, refine visibility and signatures, and standardize `Self` usage across the crate. - Introduce `ErrorOutput`, `RenderOutput`, `PanicSilence`, `Verbosity`, `ColorOutput`, and `ProgressOutput` enums for clearer configuration semantics - Make `GlobalResources`, `ProgramCell`, and `split_input`/`split_input_string` public - Change hook info parameters to accept references and `split_input_string` to take `&str` - Apply `Self` shorthand throughout implementations and add `#[must_use]` attributes where appropriate - Enable strict clippy lints with targeted allowances | ||||
| * | Pass current context through hook control and support conversion | 魏曹先生 | 2026-06-24 | 1 | -1/+26 |
| | | |||||
| * | Redesign hook system with structured info types and ProgramControls | 魏曹先生 | 2026-06-24 | 2 | -0/+259 |
| | | |||||
| * | Move flag tests to separate module and clean up deref patterns | 魏曹先生 | 2026-06-24 | 1 | -0/+0 |
