Skip to content

StackShift v2.0.0

Choose a tag to compare

@jschulte jschulte released this 12 Feb 13:32
· 4 commits to main since this release

StackShift v2.0.0

Major release with new capabilities and testing infrastructure.

New Features

  • BMAD Synthesis — Auto-generate PRD, Architecture, Epics, and UX Design from reverse-engineering docs (three modes: YOLO, guided, review)
  • Architecture Generation — Generate architecture documents with Mermaid diagrams, ADRs, and constraint analysis
  • Multi-Repo Reimagine — Load docs from multiple repos, extract capability map, brainstorm a reimagined system
  • Incremental Doc Refresh — Update reverse-engineering docs based on git changes since last generation

Testing & Quality

  • 98 unit tests across 5 test suites (vitest)
  • TypeScript type checking in CI
  • Structural plugin validation script
  • CI pipeline with typecheck, test, and validate-plugin jobs

Fixes

  • Fixed topological sort bug in roadmap prioritizer (dependency ordering was reversed)
  • Version alignment across all package files (plugin.json, marketplace.json, package.json)

Breaking Changes

  • Legacy commands/ and templates/ directories removed (functionality moved to skills)