Skip to content

Tracecheck 0.2.0

Choose a tag to compare

@bmccarn bmccarn released this 17 Sep 16:12
· 108 commits to main since this release

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/tracecheck

Then 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 mcp

Validation 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.