Skip to content

Releases: Kodaxadev/Code-Warden

v3.4.0 - Code-Warden release

19 May 18:58

Choose a tag to compare

Code-Warden v3.4.0 release.\n\nHighlights:\n- Governance receipt artifacts\n- Risk policy evidence\n- MCP governance reference\n- Path-based reference selection helper\n- External evidence provider vocabulary\n- SARIF and --out report support\n- GitHub Actions pin updates\n\nVerification:\n- npm run ci\n- npm publish --dry-run --access public\n- npm pack --dry-run\n- npm run smoke:npx against code-warden@latest\n\nPublish note:\n- The tag-driven workflow validated CI and package contents but npm trusted publishing was not configured correctly. npm package publication was completed manually, then this GitHub release was created for the existing v3.4.0 tag.

v3.3.2 - scanner and package cleanup

19 May 03:45

Choose a tag to compare

Changes

  • Skip generated directories, lockfiles, and log files during CodeWarden scans.
  • Preserve final install paths in install manifests during atomic swaps.
  • Remove generated release archives from source control and ignore future package artifacts.
  • Update governance evidence docs to the 9-test suite.

Verification

  • npm test: 9/9 passing
  • npm run lint: passing
  • npm run check-secrets: passing
  • npm pack --dry-run: package contents verified
  • npm run ci: passing after local installed skill copies were updated to 3.3.2

v3.3.1 — EPERM fix + quickstart README

16 May 17:12
90c4b90

Choose a tag to compare

Fixes

  • EPERM crashcollectFiles now skips permission-denied directories instead of throwing. Fixes crash on Windows when scanning directories containing restricted system folders (e.g. WinSAT).

Improvements

  • Quickstart section added to top of README
  • npm version badge added
  • Contributor note about npx local-package conflict in source checkouts

See CHANGELOG.md for details.

v3.3.0 — npm package + CLI quickstart

16 May 17:06

Choose a tag to compare

What's New

Code-Warden is now on npm. Install with one command:

npx code-warden init

CLI

code-warden init              # install to detected AI runtimes
code-warden report            # generate governance report
code-warden report --format=md # Markdown for PR summaries
code-warden doctor            # verify install health
code-warden list              # show detected runtimes
code-warden hooks claude      # install Claude Code hooks
code-warden hooks codex       # install Codex hooks

Package details

  • 41 files, 39 kB, zero runtime dependencies
  • Node >= 18
  • bin/code-warden.js dispatches to existing tools — no new code paths

See CHANGELOG.md for full details.