Skip to content

v0.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jul 04:01

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 | sh

Pin this release:

OWNDIFF_VERSION=v0.0.1 curl -fsSL https://raw.githubusercontent.com/owndiff/own-your-diff/main/install.sh | sh

Release assets

  • owndiff-darwin-arm64
  • owndiff-darwin-x86_64
  • owndiff-linux-arm64
  • owndiff-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.