Skip to content

CodeDecay v0.3.0

Choose a tag to compare

@kunaldhongade kunaldhongade released this 27 Jun 18:31
· 276 commits to main since this release

CodeDecay v0.3.0

This release focuses on making CodeDecay safer to adopt in real PR workflows: lower-noise scoring, clearer release gating, stronger CLI utilities, memory learning, and package smoke coverage.

Highlights:

  • Recalibrated low-signal changes so docs/assets/metadata-only updates do not create false high-risk reports.
  • Added a focused runtime config plus database/schema risk lift for production-sensitive changes.
  • Added memory learning flows for CI, PR, and CodeDecay report signals.
  • Added/verified CLI utility surfaces for help, man, update, uninstall, version, and unknown-command suggestions.
  • Added StrykerJS mutation report ingestion support and stronger published-package smoke coverage.

Install:

npm install -D @submuxhq/codedecay@0.3.0

Verification completed:

  • GitHub CI, docs deploy, and CodeQL passed on the release commit.
  • Tarball smoke passed before publish.
  • npm registry package smoke passed after publish.