CodeDecay v0.3.1
CodeDecay v0.3.1 is a release of the local-first PR safety harness and CLI.
Highlights:
- Adds Semgrep static-analysis tool adapter evidence.
- Adds coverage artifact/tool adapter support.
- Adds Agent Process harness support for user-owned local agents such as Codex, Claude Code, OpenCode, Pi, desktop agents, or custom CLIs.
- Keeps local execution gated behind explicit config and
safety.allowCommands. - Records agent output as untrusted
agent-suggestionevidence. - Fixes CodeQL-reported sanitization and regex security alerts.
- Expands OSS-first agent guidance and requires squash merges/modular package structure for future PRs.
Validation:
pnpm installpnpm run lintpnpm typecheckpnpm test(341 tests)pnpm buildpnpm --filter @submuxhq/codedecay pack --dry-run- Installed npm package smoke test
- Code scanning open alerts: 0
Package:
- npm:
@submuxhq/codedecay@0.3.1 - CLI:
codedecay
CodeDecay remains local-first, deterministic by default, no telemetry, no required API keys, and no hidden model calls.