| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(core)!: remove `to_chain` and `to_render` from `Grouped` trait | 魏曹先生 | 4 days | 1 | -1/+1 |
| | | | | | | Move routing methods exclusively to the `Routable` trait and update all macro-generated code to reference `Routable` instead of `Grouped` | ||||
| * | fix!: rename `Groupped` to `Grouped` across the codebase | 魏曹先生 | 5 days | 1 | -1/+1 |
| | | |||||
| * | style: Reorder imports and reformat code with cargo fmt | 魏曹先生 | 13 days | 1 | -2/+2 |
| | | |||||
| * | feat: require renderers to return RenderResult instead of mutating one | 魏曹先生 | 13 days | 1 | -8/+19 |
| | | | | | | | | BREAKING CHANGE: The `render` method on `Renderer`, `HelpRequest`, and `ProgramCollect` now returns `RenderResult` instead of taking `&mut RenderResult`. The `r_print!` and `r_println!` macros have been removed in favor of using `std::io::Write` directly on `RenderResult`. | ||||
| * | refactor(proj_mgr): reorganize imports and reformat code | 魏曹先生 | 2026-06-29 | 1 | -3/+10 |
| | | |||||
| * | feat(proj_mgr): add project generation with interactive checklist | 魏曹先生 | 2026-06-26 | 1 | -0/+39 |
