| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: Reorder imports and reformat code with cargo fmt | 魏曹先生 | 18 hours | 1 | -2/+2 |
| | | |||||
| * | feat: require renderers to return RenderResult instead of mutating one | 魏曹先生 | 19 hours | 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 | 魏曹先生 | 13 days | 1 | -3/+10 |
| | | |||||
| * | feat(proj_mgr): add project generation with interactive checklist | 魏曹先生 | 2026-06-26 | 1 | -0/+39 |
