CodeDecay v0.2.0
CodeDecay v0.2.0
This release migrates the public npm package to the GitHub organization-aligned scope:
npm install -D @submuxhq/codedecayThe installed CLI binary remains unchanged:
npx codedecay --helpWhat Changed
- Renamed the primary npm package from
@submux/codedecayto@submuxhq/codedecay. - Kept the CLI binary name as
codedecay. - Updated README, docs, release docs, GitHub Action metadata, CLI help text, tests, and workflow/package references.
- Kept npmjs as the default public install path.
- Kept GitHub Packages as an optional mirror using the same package name.
Validation
pnpm installpnpm run lintpnpm typecheckpnpm test- 239 passingpnpm buildpnpm --filter @submuxhq/codedecay pack --dry-run- Fresh install from npm:
npm install @submuxhq/codedecay@0.2.0 - Binary check:
node_modules/.bin/codedecay version->0.2.0
CodeDecay remains local-first, deterministic by default, and has no telemetry, no required API keys, and no required LLM/model calls.