| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor code to use modern Rust idioms and fix clippy lints | 魏曹先生 | 2026-03-20 | 1 | -2/+2 |
| | | |||||
| * | Translate command macro documentation from Chinese to English | 魏曹先生 | 2026-03-17 | 1 | -8/+9 |
| | | |||||
| * | Handle early command output in prepare phase | 魏曹先生 | 2026-03-17 | 1 | -0/+21 |
| | | |||||
| * | Add build system rerun triggers and refactor command system | 魏曹先生 | 2026-03-15 | 1 | -41/+47 |
| | | |||||
| * | Add helpdoc system with interactive viewer | 魏曹先生 | 2026-03-12 | 1 | -4/+4 |
| | | |||||
| * | Remove status command and workspace reader | 魏曹先生 | 2026-02-26 | 1 | -4/+0 |
| | | |||||
| * | Change cmd_output! macro to take type before value | 魏曹先生 | 2026-02-26 | 1 | -5/+6 |
| | | |||||
| * | Replace string type identifiers with TypeId for command output matching | 魏曹先生 | 2026-02-26 | 1 | -4/+6 |
| | | |||||
| * | Remove ambiguous command error and auto-select longest match | 魏曹先生 | 2026-02-25 | 1 | -1/+4 |
| | | |||||
| * | Refactor build system and implement complete renderer system | 魏曹先生 | 2026-02-04 | 1 | -0/+166 |
| - Split monolithic build.rs into modular async generators - Add renderer override system with type-safe dispatch - Implement command template macro for consistent command definitions - Add proc-macro crates for command and renderer systems - Reorganize directory structure for better separation of concerns - Update documentation to reflect new architecture | |||||
