Releases: bmccarn/tracecheck
Release list
v0.3.0
What's Changed
- Prepare Tracecheck 0.3.0-rc.1: agent verification, scalable evidence, and releases by @bmccarn in #1
- Fix npm archive resolution and prepare 0.3.0-rc.2 by @bmccarn in #2
- Fix GitHub Actions runtime and runner annotations by @bmccarn in #3
- Promote Tracecheck 0.3.0 for native marketplace installation by @bmccarn in #4
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.3.0-rc.2
Tracecheck 0.2.0
Tracecheck provides continuous code review for coding agents using Jev, with nineteen quality dimensions, source-anchored JS/TS findings, checkpoint comparisons, and explicit uncertainty.
Install the plugin
Claude Code:
/plugin marketplace add bmccarn/tracecheck
/plugin install tracecheck@tracecheck-plugins
Codex:
codex plugin marketplace add bmccarn/tracecheckThen install Tracecheck from that marketplace in the Plugins directory. Node.js 22.18+ and a TypeSafe API key are required for live review.
Downloads
bmccarn-tracecheck-0.2.0.tgz: standalone CLI/MCP npm-format package, with plugin manifests and the review skill.tracecheck-marketplace-0.2.0.tgz: extracted marketplace ready for local Claude/Codex installation.
Published on npm as @bmccarn/tracecheck@0.2.0.
npx --yes @bmccarn/tracecheck@0.2.0 --help
npx --yes @bmccarn/tracecheck@0.2.0 mcpValidation and scope
All 26 automated tests pass. The packed runtime passed CLI and MCP checks through offline npm exec outside the checkout. Plugin, skill, and Claude marketplace validation passed. Native client installation has not been exercised in every client.
This initial release covers three parser-based JS/TS check families. The broad review accepts supplied context in other languages. Real-project calibration and executable fix verification remain planned work.