Armory
Source
Browse
Hooks

change-logger

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

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install change-logger --cli claude

writes the file to.claude/hooks/change-loggerListed as compatible

Configuration
# fetches the hook script into:
.claude/hooks/change-logger
# then register it in your settings.json "hooks" block.

↳ Add the hook entry to settings.json, then restart the harness.

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

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

When to use it

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

How to install / invoke

# Wire this hook script into .claude/settings.json
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/hooks/automation/change-logger.json -o .claude/hooks/change-logger.json

Notes

Extracted from davila7/claude-code-templates, automation category.