Change Logger
Hooks automation 151
Log every file mutation to CSV for demo prep. Records timestamp, tool, file path, action, and details for Edit, MultiEdit, Write, and Bash operations. Output: .claude/critical_log_changes.csv
npx claude-code-templates@latest --hook automation/change-logger claude-code — change-logger
Content
JSON
{
"description": "Log every file mutation to CSV for demo prep. Records timestamp, tool, file path..."
"supportingFiles": [
{3 keys}
]
"hooks": {
"PostToolUse": [4 items]
}
}