Origin hooks into Claude Code, Cursor, Gemini, and Codex. Every commit gets tagged with which agent wrote it, what prompt generated it, which model, and what it cost. Run `origin blame` on any file and you see [AI] or [HU] per line — like git blame but for AI agents.
All data stored in git notes. No server required, works offline, zero lock-in.
CLI is open source (MIT): github.com/dolobanko/origin-cli Team dashboard: getorigin.io
Would love feedback on the attribution approach — we're using git notes to store session data on commit hashes.