Skip to content

Releases: openclaw/clawpatch

clawpatch 0.1.0

15 May 17:48
v0.1.0
72d2fda

Choose a tag to compare

clawpatch 0.1.0

Automated code review that lands fixes.

Changelog

  • Added the initial strict TypeScript clawpatch CLI scaffold with init, map, status, review, report, fix, revalidate, doctor, and clean-locks.
  • Added feature-centered state, Codex CLI provider integration, strict provider schemas, tests, docs, and a static website draft.
  • Added SwiftPM and Rust/Cargo project detection, default commands, and deterministic feature mapping.
  • Improved Go package mapping, review progress, parallel review jobs, report filtering, finding triage, and file/line evidence output.
  • Added finding queue commands, triage history, bulk revalidation filters, and stricter review evidence/test-analysis fields.
  • Fixed unsupported command-specific flags being accepted and ignored by commands that do not implement them.
  • Fixed value-taking CLI flags so a following option token is reported as a missing value instead of consumed.
  • Fixed packaging and lint wiring so npm packs rebuild dist/ and pnpm lint loads oxlint.json without warning noise.
  • Fixed package bin mapping so generated dist/build entries prefer matching TypeScript source files.
  • Changed the npm package name to clawpatch for the public registry release.

npm

Proof

  • pnpm -s format:check && pnpm -s lint && pnpm -s typecheck && pnpm -s test && pnpm -s build
  • pnpm pack --pack-destination /tmp/... produced clawpatch@0.1.0 with bin=dist/cli.js.
  • npm view clawpatch@0.1.0 name version dist-tags.latest dist.tarball dist.integrity time --json