#!/usr/bin/env bun /** * Agent Blame CLI v3 * * Commands: * agentblame init - Set up repo for AI tracking (first developer, commits to git) * agentblame setup - Set up local machine (DB + git hook) * agentblame blame - Show attribution for a file * * Flow: * First developer: init → commit → push * Other developers: clone → setup */ export {};