Real-time tracking of AI code edits using Claude Code's PostToolUse hooks.
What it tracks: Lines of Codes modified by Claude Code. Including: File path, tool type, timestamp, git context (branch, commit, repo, author), diff stats (lines added/removed/changed), session and tool use IDs.
What it doesn't track: It does not record the lines of code actually merged into your code base. However, it does minimize impact to developers current workflows.
How it works: By tapping into Claude Code's PostToolUse Hook it posts the metadata to an http endpoint specified by the CLAUDE_EDITS_ENDPOINT environment variable.