Skip to content

Release v0.2.7: AI Tool Auto-detection, MCP-first Agent Experience, Advanced Search

Choose a tag to compare

@tikazyq tikazyq released this 26 Nov 10:10
· 1332 commits to main since this release

Release v0.2.7 - 2025-11-26

🎉 Major Features

  • AI Tool Auto-detection (spec 126) - Smart defaults for lean-spec init

    • Auto-detect installed AI CLI tools (Aider, Claude, Codex, Copilot, Cursor, Droid, Gemini, OpenCode, Windsurf)
    • Pre-selects detected tools in checkbox for better UX
    • Fallback to copilot only (AGENTS.md) when nothing detected
  • MCP-first Agent Experience (spec 121) - Enhanced AI agent workflow with better SDD compliance

    • Multi-tool symlink support: lean-spec init creates tool-specific symlinks (CLAUDE.md, GEMINI.md → AGENTS.md)
    • New --agent-tools flag for non-interactive mode
    • New MCP prompts: checkpoint, create-spec
    • Stale spec warnings in board output
  • Dependency Alignment Validation (spec 122) - Automated detection of content/frontmatter misalignment

    • New --check-deps flag for lean-spec validate command
    • Detects patterns like "spec 045", "depends on", "related to"
    • Outputs actionable fix commands
  • Advanced Search Capabilities (spec 124) - Enhanced search for power users

    • Cross-field term matching
    • Boolean operators: AND, OR, NOT
    • Field-specific search: status:in-progress, tag:api, priority:high
    • Date range filters: created:>2025-11-01
    • Fuzzy matching with ~ suffix
  • Native Diagram Rendering (spec 119) - Mermaid diagram support in Web UI

    • Client-side Mermaid rendering for flowcharts, sequence diagrams, etc.
    • Dark mode theme support

✨ Other Enhancements

  • Parallel spec implementation workflow documentation (spec 118)
  • AI coding agent integration guidance (spec 123)
  • Onboarding project context clarity improvements (spec 125)
  • AGENTS.md restructured for MCP-first approach

📦 Published Packages

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

🔗 Links