v1.4.0 - Vouch Git Workflow
🚀 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 badgevouch 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 GitHubChanges
- 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