Releases: owndiff/own-your-diff
Releases · owndiff/own-your-diff
Release list
v0.0.1
Own Your Diff v0.0.1
First public release of Own Your Diff, a local human ownership gate for AI-assisted code changes.
What shipped
- Local git-diff analysis with risk scoring, test-gap detection, and ownership reports under
.owndiff/. - Agent-generated, diff-grounded multiple choice questions for medium, high, and critical source-code changes.
- Localhost browser review with hints, retry before submit, answer evaluation, and attempt summaries.
- Report-only behavior for low-risk source changes.
- No question or gate artifacts for documentation-only and other non-source-only changes.
- Agent rule installation support for the documented coding-agent workflows.
- OpenClaw release validation before CI and release binary creation.
Install
curl -fsSL https://raw.githubusercontent.com/owndiff/own-your-diff/main/install.sh | shPin this release:
OWNDIFF_VERSION=v0.0.1 curl -fsSL https://raw.githubusercontent.com/owndiff/own-your-diff/main/install.sh | shRelease assets
owndiff-darwin-arm64owndiff-darwin-x86_64owndiff-linux-arm64owndiff-linux-x86_64
Windows is not supported in this release.
Verification
The release workflow completed successfully. Each binary asset ran the OpenClaw validation harness, built on its target OS/architecture path, passed command smoke tests, installed through install.sh from the freshly built local asset, and then passed the same installed-executable smoke tests.