Skip to content

Commit 2c002d6

Browse files
committed
chore: bump version to 0.2.3
- Synchronize all package versions to 0.2.3 - Consolidate publishing workflow (CLI + UI) - Fix CHANGELOG: remove incorrect i18n claim - Correct spec 091 status (docs-site done, web app pending)
1 parent 18ad774 commit 2c002d6

File tree

7 files changed

+39
-35
lines changed

7 files changed

+39
-35
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131
- Cleaner monorepo structure
3232
- Independent documentation deployment
3333
- Beginner-first reorganization
34-
- **Web App Chinese Localization** - Complete i18n infrastructure
35-
- Chinese (zh-Hans) translations for web interface
36-
- i18n hook with caching and loading states
37-
- Localization-ready architecture
3834

3935
### Changed
4036
- **Web App Navigation**: Switched from full server-side rendering to hybrid architecture

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lean-spec-monorepo",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"private": true,
55
"type": "module",
66
"description": "Lightweight spec methodology for AI-powered development (monorepo root)",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lean-spec",
3-
"version": "0.2.2",
4-
"description": "Lightweight spec methodology for AI-powered development",
3+
"version": "0.2.3",
4+
"description": "Specification-driven development made simple",
55
"type": "module",
66
"bin": {
77
"lean-spec": "./bin/lean-spec.js"

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@leanspec/core",
3-
"version": "0.2.2",
4-
"description": "Core spec parsing and validation library for LeanSpec",
3+
"version": "0.2.3",
4+
"description": "Core functionality for LeanSpec",
55
"type": "module",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanspec/ui",
3-
"version": "0.3.0",
3+
"version": "0.2.3",
44
"description": "LeanSpec web UI launcher for visual spec management",
55
"type": "module",
66
"bin": "./bin/ui.js",

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanspec/web",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "LeanSpec Web: Fullstack spec showcase platform",
55
"private": true,
66
"type": "module",

specs/091-chinese-localization-strategy/README.md

Lines changed: 32 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
status: complete
2+
status: planned
33
created: '2025-11-17'
44
tags: []
55
priority: high
66
created_at: '2025-11-17T02:12:58.531Z'
7-
updated_at: '2025-11-17T09:15:05.884Z'
7+
updated_at: '2025-11-17T12:52:05.092Z'
88
transitions:
99
- status: in-progress
1010
at: '2025-11-17T02:14:06.440Z'
@@ -14,17 +14,21 @@ transitions:
1414
at: '2025-11-17T02:58:36.055Z'
1515
- status: complete
1616
at: '2025-11-17T09:15:05.884Z'
17+
- status: planned
18+
at: '2025-11-17T12:52:05.092Z'
1719
completed_at: '2025-11-17T02:14:06.656Z'
1820
completed: '2025-11-17'
1921
---
2022

2123
# Comprehensive Chinese Localization for LeanSpec
2224

23-
> **Status**: ✅ Complete · **Priority**: High · **Created**: 2025-11-17
25+
> **Status**: 📋 Planned · **Priority**: High · **Created**: 2025-11-17
2426
2527
**Project**: lean-spec
2628
**Team**: Core Development
2729

30+
**Current Progress**: Docs-site i18n complete (spec 064). Web app and CLI i18n not yet started.
31+
2832
## Overview
2933

3034
Most early LeanSpec users come from China. Without Chinese localization, we're creating a significant barrier to adoption and understanding.
@@ -142,39 +146,39 @@ Create SDD terminology glossary:
142146
## Plan
143147

144148
**Phase 1: Foundation**
145-
- [ ] Create SDD terminology glossary (Chinese)
146-
- [ ] Set up Docusaurus i18n configuration
149+
- [x] Create SDD terminology glossary (Chinese) - Done in spec 064
150+
- [x] Set up Docusaurus i18n configuration - Done in spec 064
147151
- [ ] Set up web app i18n infrastructure (react-i18next)
148-
- [ ] Create translation file structures
152+
- [ ] Create translation file structures (web app)
149153

150-
**Phase 2: Docs Site Translation** (Priority 1)
151-
- [ ] Translate Core Concepts pages
152-
- [ ] Translate "Your First Spec" tutorial (spec 089)
153-
- [ ] Translate Guides and best practices
154-
- [ ] Translate homepage and navigation
155-
- [ ] Test zh-CN docs site build
154+
**Phase 2: Docs Site Translation** (Priority 1) - ✅ COMPLETE (spec 064)
155+
- [x] Translate Core Concepts pages
156+
- [x] Translate "Your First Spec" tutorial (spec 089)
157+
- [x] Translate Guides and best practices
158+
- [x] Translate homepage and navigation
159+
- [x] Test zh-CN docs site build
156160

157-
**Phase 3: Web App Translation** (Priority 2)
161+
**Phase 3: Web App Translation** (Priority 2) - 🔴 NOT STARTED
158162
- [ ] Extract all UI strings to translation files
159163
- [ ] Translate to Chinese
160164
- [ ] Add language switcher to UI
161165
- [ ] Test web app with Chinese locale
162166

163-
**Phase 4: CLI Templates Translation** (Priority 3)
167+
**Phase 4: CLI Templates Translation** (Priority 3) - 🔴 NOT STARTED
164168
- [ ] Create Chinese template variants (zh-CN)
165169
- [ ] Translate template boilerplate text
166170
- [ ] Translate AGENTS.md instructions
167171
- [ ] Test Chinese template creation
168172

169173
**Phase 5: Quality & Polish**
170-
- [ ] Native speaker review of translations
171-
- [ ] Cultural adaptation review
172-
- [ ] Fix inconsistencies
174+
- [x] Native speaker review of translations (docs-site done)
175+
- [ ] Cultural adaptation review (web app)
176+
- [x] Fix inconsistencies (docs-site)
173177
- [ ] Create Chinese example specs for docs
174178

175179
**Phase 6: Ongoing Maintenance**
176-
- [ ] Document translation workflow
177-
- [ ] Set up process for new content
180+
- [x] Document translation workflow (docs-site done)
181+
- [ ] Set up process for new content (web app)
178182
- [ ] Build Chinese community for feedback
179183

180184
**Future: Cross-Language Spec Translation** (separate spec, after this)
@@ -185,12 +189,16 @@ Create SDD terminology glossary:
185189

186190
## Test
187191

188-
- [ ] Chinese users can read all core docs in their language
192+
**Docs-site (completed in spec 064):**
193+
- [x] Chinese users can read all core docs in their language
194+
- [x] Terminology is consistent across all translations (docs-site)
195+
- [x] Language switcher works smoothly in docs
196+
197+
**Web app (not yet implemented):**
189198
- [ ] Web app fully functional in Chinese
190-
- [ ] Terminology is consistent across all translations
191-
- [ ] Native speakers confirm quality and clarity
192-
- [ ] Language switcher works smoothly in both web app and docs
193-
- [ ] Chinese users successfully complete tutorials in Chinese
199+
- [ ] Language switcher works in web app
200+
- [ ] Native speakers confirm quality and clarity (web app)
201+
- [ ] Chinese users successfully complete tutorials in Chinese (web app)
194202

195203
## Cross-Language Spec Reading (Future)
196204

0 commit comments

Comments
 (0)