Releases: Kodaxadev/Code-Warden
v3.4.0 - Code-Warden release
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
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
Fixes
- EPERM crash —
collectFilesnow 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
npxlocal-package conflict in source checkouts
See CHANGELOG.md for details.
v3.3.0 — npm package + CLI quickstart
What's New
Code-Warden is now on npm. Install with one command:
npx code-warden initCLI
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 hooksPackage details
- 41 files, 39 kB, zero runtime dependencies
- Node >= 18
bin/code-warden.jsdispatches to existing tools — no new code paths
See CHANGELOG.md for full details.