Edit Audit Log
Hooks development-tools 91
Log all file edits to a project-local audit file with timestamps. Records every Edit tool usage to .claude/edit-log.txt for tracking changes across sessions. Requires jq.
npx claude-code-templates@latest --hook development-tools/edit-audit-log claude-code — edit-audit-log
Content
JSON
{
"description": "Log all file edits to a project-local audit file with timestamps. Records every ..."
"hooks": {
"PostToolUse": [1 item]
}
}