aboutsummaryrefslogtreecommitdiff
path: root/templates/_registry.rs.template
Commit message (Collapse)AuthorAgeFilesLines
* Refactor build system and implement complete renderer system魏曹先生2026-02-041-33/+0
| | | | | | | | | - 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
* Reorganize project structure into systems and assets魏曹先生2026-01-231-3/+3
|
* Add renderer system and implement status command魏曹先生2026-01-221-2/+10
|
* Rename subcmd module to cmd and update references魏曹先生2026-01-221-3/+3
|
* Refactor CLI command processing with new architecture魏曹先生2026-01-221-0/+25