Skip to content

Releases: seungdori/patchdrill

PatchDrill 0.1.3

05 Jun 08:29

Choose a tag to compare

PatchDrill 0.1.3

  • Adds a local MCP server so AI coding tools can use PatchDrill as a deterministic proof backend.
  • Exposes read-only scans, Proof Pack generation, guarded command execution, doctor checks, evidence verification, release checks, schemas, docs, and review prompts.
  • Keeps the deterministic safety boundary intact: no PatchDrill model calls, no default network calls, repository-relative artifact output, and command execution only through patchdrill_run_verification with allowCommandExecution: true.
  • Adds MCP documentation, client setup guidance, release-readiness checks, and MCP integration tests.

v0.1.2

04 Jun 07:25

Choose a tag to compare

  • Published to npm; README install/quickstart use npx --yes patchdrill and npm install -g patchdrill (the github: path remains for unreleased builds).
  • Added Korean, Japanese, and Simplified Chinese README translations with a language switcher.
  • Redesigned the HTML dashboard with a cleaner developer-docs look: refined typography, clearer dividers, and full-width Project Signals / Review Context sections.
  • Re-recorded the demo GIF as a slower, constant-speed scroll that is easier on the eyes.
  • Fixed npm trusted publishing (OIDC + provenance) in the release workflow.

Published via npm trusted publishing from release.yml.