Releases: seungdori/patchdrill
Releases · seungdori/patchdrill
PatchDrill 0.1.3
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_verificationwithallowCommandExecution: true. - Adds MCP documentation, client setup guidance, release-readiness checks, and MCP integration tests.
v0.1.2
- Published to npm; README install/quickstart use
npx --yes patchdrillandnpm install -g patchdrill(thegithub: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.