From f646fedb3d8280fb0ea928494f64dc6eb921e94a Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 29 Jun 2026 04:55:16 +0800 Subject: feat: add template_0.2 scaffolding and update CHECKLIST Add empty template directories for command, flat, and modularity layouts under template_0.2. Revise CHECKLIST to include project description prompt and pre-initialization step, reorder feature checklist, and fix a trailing whitespace. --- mling/res/template_0.2/command/Cargo.toml | 0 mling/res/template_0.2/command/src/main.rs | 1 + 2 files changed, 1 insertion(+) create mode 100644 mling/res/template_0.2/command/Cargo.toml create mode 100644 mling/res/template_0.2/command/src/main.rs (limited to 'mling/res/template_0.2/command') diff --git a/mling/res/template_0.2/command/Cargo.toml b/mling/res/template_0.2/command/Cargo.toml new file mode 100644 index 0000000..e69de29 diff --git a/mling/res/template_0.2/command/src/main.rs b/mling/res/template_0.2/command/src/main.rs new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/mling/res/template_0.2/command/src/main.rs @@ -0,0 +1 @@ + -- cgit