Build a Verifiable Agent-Commit Provenance Trail in TypeScript
A hands-on TypeScript tutorial for proving which agent, model, prompt, and supervisor produced a code changeset — and detecting any later tampering. You build canonical changeset hashing, ed25519-signed attestations, and an append-only chained ledger you can verify offline, with zero runtime dependencies and zero API keys.