Cryptographic audit receipts for AI coding agents. Ed25519 + Merkle + RFC 3161 TSA. Supports Claude Code & Cursor.
# punkgo-jack [](https://github.com/PunkGo/punkgo-jack/actions/workflows/ci.yml) [](https://crates.io/crates/punkgo-jack) [](LICENSE) <h3 align="center">Every AI action gets a receipt.</h3> <p align="center"> Cryptographic audit receipts for AI coding agents.<br> Ed25519 signatures. Merkle trees. RFC 3161 timestamps. </p> ```bash curl -fsSL https://raw.githubusercontent.com/PunkGo/punkgo-jack/main/install.sh | bash ``` --- **Contents:** [Quick Start](#quick-start) · [Why receipts?](#why-receipts) · [How It Works](#how-it-works) · [Verify](#verify) · [Trust Layers](#trust-layers) · [CLI](#cli) · [Config](#config) · [Supported Tools](#supported-tools) · [Evolution](#evolution) · [Roast](#punkgo-roast) --- ## Quick Start ```bash curl -fsSL https://raw.githubusercontent.com/PunkGo/punkgo-jack/main/install.sh | bash punkgo-jack setup claude-code # or: punkgo-jack setup cursor ``` Two commands. Your next AI session is recorded with Ed25519 signatures and RFC 3161 timestamps. ```bash punkgo-jack receipt # session summary + anchor time punkgo-jack verify <ID> # cryptographic proof ``` Upgrade: `punkgo-jack upgrade`. Uninstall: `punkgo-jack unsetup claude-code`. <details> <summary>Windows (PowerShell)</summary> ```powershell irm https://raw.githubusercontent.com/PunkGo/punkgo-jack/main/install.ps1 | iex punkgo-jack setup claude-code ``` Or manually: `cargo install punkgo-jack && cargo install punkgo-kernel`. Requires [Rust toolchain](https://rustup.rs). </details> ## Why receipts? Your AI agent just deleted your production database. Your `.env`. It happens every week — and nobody can prove what went wrong, because the session is already gone. PunkGo Jack is a dashcam for AI coding
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.