Skip to content

CodeDecay v0.3.5

Choose a tag to compare

@kunaldhongade kunaldhongade released this 06 Jul 15:24
7ceab71

CodeDecay v0.3.5

This patch release packages the recent PR safety improvements while keeping the public release line on 0.3.x.

Highlights

  • Persistent JS/TS symbol impact graph for richer changed-code reachability.
  • Changed path test proof map to show whether production paths are actually exercised.
  • Base/head differential runtime probe evidence.
  • Architecture boundary and ownership checks.
  • OpenAPI contract breaking-change detection.
  • Reviewable memory learning proposals from PR, CI, and incident signals.
  • Agent preflight guidance before code generation.
  • Incremental analyzer cache for large-repo scan viability.

Safety boundaries

  • No hidden model calls.
  • No telemetry.
  • No CodeDecayCloud dependency.
  • Command execution remains explicit and safety-gated.

Install

npm install -D @submuxhq/codedecay@0.3.5
npx codedecay --help

Validation

  • CI passed on PR #653.
  • @submuxhq/codedecay@0.3.5 published to npm with latest dist-tag.
  • Published-package smoke passed for @submuxhq/codedecay@0.3.5.