Skip to content

Release v0.2.6: Example Projects, Template Simplification & JSON Output

Choose a tag to compare

@tikazyq tikazyq released this 25 Nov 01:05
· 1387 commits to main since this release

Release v0.2.6 - 2025-11-25

🎉 Major Changes

Example Projects & Tutorial Support

  • Scaffold complete tutorial projects with lean-spec init --example
  • Three ready-to-use examples: dark-theme, dashboard-widgets, api-refactor
  • Interactive example selection mode
  • Automatic LeanSpec initialization in scaffolded projects
  • New lean-spec examples command to list available examples

Template System Simplification

  • Removed Handlebars template engine layer (15+ component files eliminated)
  • Direct maintenance of 2 templates: standard (default) and detailed (sub-specs demo)
  • Faster iteration without build step - edit files directly
  • Improved AI workflow with stronger CLI command emphasis
  • Shared AGENTS.md across templates for consistency

JSON Output Support

  • Added --json flag to 8 CLI commands for programmatic use
  • Machine-readable output for automation and scripting
  • Commands: list, board, search, check, files, timeline, backfill, gantt

✨ Enhancements

Chinese Translation Quality

  • Comprehensive translation guidelines in documentation
  • Professional localization standards with 40+ technical terms
  • Natural Chinese expression patterns for better readability
  • Quality checklist for translation validation

📦 Published Packages

  • @leanspec/core@0.2.6
  • lean-spec@0.2.6
  • @leanspec/mcp@0.2.6
  • @leanspec/ui@0.2.6

🔗 Links

📝 Installation

# Install globally
npm install -g lean-spec@0.2.6

# Try an example project
npx lean-spec init --example dark-theme

# Launch web UI
npx lean-spec ui

🙏 Thank You

Thank you to all contributors and users who provided feedback to make this release possible!