Skip to content

v0.2.2 - Critical Bug Fix

Choose a tag to compare

@tikazyq tikazyq released this 13 Nov 13:51
· 1605 commits to main since this release

馃悰 Critical Bug Fix

Fixes the dependency issue that prevented v0.2.1 from being installed.

Fixed

  • Critical npm publishing bug: Removed dependency causing installation failures
  • Bundling issue: Marked as external to avoid dynamic require errors in ESM
  • Added to CLI dependencies for proper resolution

Added

  • Template Engine for AGENTS.md (spec 073) - Dynamic template system for maintaining AGENTS.md
  • Intelligent Search Engine (spec 075) - Relevance-ranked search with TF-IDF scoring
  • Programmatic Spec Management (spec 059, Phase 1-2) - analyze, split, compact commands
  • Programmatic Spec Relationships (spec 076) - CLI and MCP tools for managing dependencies
  • Sub-spec Template System (spec 078) - Documentation for multi-file spec structures
  • Archiving Strategy (spec 077) - Documentation for proper spec archival workflows

Changed

  • Search commands now use intelligent ranking algorithm
  • MCP search tool upgraded with relevance scoring
  • AGENTS.md validation enforces template system consistency

Installation

npm install -g lean-spec@latest

Full Changelog: v0.2.1...v0.2.2