Skip to content

CodeDecay v0.2.0

Choose a tag to compare

@kunaldhongade kunaldhongade released this 25 Jun 12:52
· 285 commits to main since this release
80ebb4b

CodeDecay v0.2.0

This release migrates the public npm package to the GitHub organization-aligned scope:

npm install -D @submuxhq/codedecay

The installed CLI binary remains unchanged:

npx codedecay --help

What Changed

  • Renamed the primary npm package from @submux/codedecay to @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 install
  • pnpm run lint
  • pnpm typecheck
  • pnpm test - 239 passing
  • pnpm build
  • pnpm --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.