Skip to content

v1.4.0 - Vouch Git Workflow

Choose a tag to compare

@rampyg rampyg released this 05 Jan 04:41
· 254 commits to main since this release

🚀 Vouch Git Workflow

One command to sign all git commits with cryptographic identity!

New Features

  • vouch git init - Configure SSH signing, install commit hooks, inject badge
  • vouch git status - Show current Vouch git configuration
  • Chain of Custody - Delegation chains for multi-agent systems
  • Supply Chain Security - Commit trailers with Vouch-DID
  • CI Enforcement - Workflow to verify Vouch signatures on PRs

Quick Start

pip install vouch-protocol
vouch git init  # One command to configure everything
git commit -m "Secure commit"  # Now shows ✅ Verified on GitHub

Changes

  • Updated README with hero image and viral Quick Start
  • Formatted entire codebase with ruff
  • Fixed Python 3.9 compatibility for type hints
  • Resolved jwcrypto deprecation warnings

Full Changelog: v1.3.1...v1.4.0