Skip to content

Commit 5e758c4

Browse files
author
Marvin Zhang
committed
chore: update CHANGELOG for version 0.2.6 and update subproject commit reference in docs-site
1 parent 21ba822 commit 5e758c4

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.6] - 2025-11-25
11+
12+
### Added
13+
- **Example projects scaffold** (spec 114) - Quick-start tutorial projects with `lean-spec init --example`
14+
- Three complete example projects: dark-theme, dashboard-widgets, api-refactor
15+
- Instant setup with dependencies and realistic starter code
16+
- `lean-spec examples` command to list available examples
17+
- Interactive selection mode for scaffolding
18+
- Automatic LeanSpec initialization in scaffolded projects
19+
- **Chinese translation quality guidelines** (spec 115) - Professional localization standards
20+
- Comprehensive translation guidelines in `docs-site/AGENTS.md`
21+
- Translation glossary with 40+ technical terms
22+
- Natural Chinese expression patterns for technical content
23+
- Quality checklist for translation validation
24+
25+
### Changed
26+
- **Template system simplification** (spec 117) - Removed template engine for direct maintenance
27+
- Eliminated Handlebars build layer and 15+ component files
28+
- Consolidated to 2 templates: `standard` (default) and `detailed` (sub-specs demo)
29+
- Shared AGENTS.md across templates for consistency
30+
- Faster iteration without build step (edit → test directly)
31+
- Improved AI workflow with stronger CLI command emphasis
32+
33+
### Fixed
34+
- **Example project initialization** (spec 116) - Fixed missing LeanSpec files in scaffolded examples
35+
- `lean-spec init --example` now properly initializes LeanSpec (AGENTS.md, .lean-spec/, specs/)
36+
- All LeanSpec CLI commands now work in scaffolded example projects
37+
- Tutorial workflows function correctly out of the box
38+
39+
### Technical
40+
- Removed Handlebars dependency from CLI package
41+
- Simplified template directory structure
42+
- Enhanced tutorial documentation with example project references
43+
- Improved Chinese documentation quality across docs-site
44+
1045
## [0.2.5] - 2025-11-18
1146

1247
### Added

0 commit comments

Comments
 (0)