Skip to content

v2.3.0 - 93 tests, CI overhaul, scaffold coverage

Choose a tag to compare

@maioio maioio released this 15 May 21:19
· 49 commits to main since this release

What's new in v2.3.0

Breaking changes

None. Drop-in upgrade.

Added

  • 93 total unit tests (was 32): 41 for scaffold_generator, 52 for pitfall_coverage_check + genesis_subcommands
  • SonarCloud coverage gate wired: coverage.xml now generated and passed to scanner on every PR
  • Star history badge in README

Fixed

  • CI failure rate cut: Gitleaks docker://gitleaks:latest (untagged, flaky) replaced with gitleaks-action@v2 (pinned)
  • Sonarcloud + Snyk jobs skip gracefully when secrets missing - no wasted minutes for contributors/forks
  • Duplicate pip install removed - CI ~40% faster
  • sonar-project.properties: reportPaths was empty - SonarCloud was reporting 0% coverage on all PRs

Community

  • Issue #14 closed: scaffold_generator now has full test coverage
  • GitHub Discussions enabled
  • README: social proof section added, demo GIF placeholder with recording guide

Install / upgrade

# Fresh install
git clone https://github.com/maioio/genesis-architect ~/.claude/skills/genesis-architect

# Upgrade existing
cd ~/.claude/skills/genesis-architect && git pull

No build step. Restart Claude Code to activate.