Контроль версий шагов AI-агента

vibe-coding

re_gent is a Claude Code skill that brings version control to AI agent activity — tracking every tool-using turn, recording which prompt wrote each line, and letting you inspect the full context of any change. Built in Go, it stores data in a `.regent/` directory with content-addressed blobs (BLAKE3), a SQLite query index, and per-session refs, mirroring the structure of `.git/`. Three core commands cover the main vibe-coding frustration: `rgt log` shows what the session did, `rgt blame` maps any line back to the prompt that wrote it, and `rgt show` displays the complete diff plus conversation for any step. Compatible with Claude Code, Codex, and OpenCode; install via Homebrew or `go install`.