CodeDecay v0.1.6
CodeDecay v0.1.6
Patch release for release hygiene, security scanning cleanup, and CLI polish.
Changes
- Fixes CodeQL polynomial regex alerts by replacing risky regex parsing with linear scanners.
- Resolves dependency alerts for Vite and esbuild through workspace overrides.
- Adds stronger end-user demo coverage for MCP/client and GitHub Action runtime smoke paths.
- Improves CLI discovery by suggesting similar commands and flags.
- Keeps CodeDecay local-first, deterministic, no telemetry, no API keys, and no required LLM/model calls.
Package
- npm:
npm install -D @submux/codedecay - version:
@submux/codedecay@0.1.6 - binary:
codedecay
Validation
pnpm installpnpm run lintpnpm typecheckpnpm testpnpm buildpnpm --filter @submux/codedecay pack --dry-run- fresh npm install and
codedecay --help